Home
last modified time | relevance | path

Searched refs:is_stopped (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Duhci-q.c30 if (uhci->is_stopped) in uhci_set_next_interrupt()
327 ret = (uhci->frame_number + uhci->is_stopped != in uhci_cleanup_queue()
571 if (list_empty(&uhci->skel_unlink_qh->node) || uhci->is_stopped) in uhci_unlink_qh()
1242 qh->is_stopped = 1; in uhci_result_common()
1463 if (qh->queue.next == &urbp->node && !qh->is_stopped) { in uhci_urb_enqueue()
1574 uhci->frame_number + uhci->is_stopped != qh->unlink_frame)
1597 qh->is_stopped = 1; in uhci_scan_qh()
1598 else if (!qh->is_stopped) in uhci_scan_qh()
1610 qh->is_stopped = 1; in uhci_scan_qh()
1611 else if (!qh->is_stopped) in uhci_scan_qh()
[all …]
Duhci-hcd.c143 uhci->is_stopped = UHCI_IS_STOPPED; in finish_reset()
367 uhci->is_stopped = UHCI_IS_STOPPED; in suspend_rh()
385 uhci->is_stopped = 0; in start_rh()
506 if (!uhci->is_stopped) { in uhci_get_current_frame_number()
Duhci-hcd.h177 unsigned int is_stopped:1; /* Queue was stopped by error/unlink */ member
407 unsigned int is_stopped; member