Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Duhci-q.c31 if (uhci->is_stopped) in uhci_set_next_interrupt()
326 ret = (uhci->frame_number + uhci->is_stopped != in uhci_cleanup_queue()
570 if (list_empty(&uhci->skel_unlink_qh->node) || uhci->is_stopped) in uhci_unlink_qh()
1241 qh->is_stopped = 1; in uhci_result_common()
1462 if (qh->queue.next == &urbp->node && !qh->is_stopped) { in uhci_urb_enqueue()
1573 uhci->frame_number + uhci->is_stopped != qh->unlink_frame)
1596 qh->is_stopped = 1; in uhci_scan_qh()
1597 else if (!qh->is_stopped) in uhci_scan_qh()
1609 qh->is_stopped = 1; in uhci_scan_qh()
1610 else if (!qh->is_stopped) in uhci_scan_qh()
[all …]
Duhci-hcd.c144 uhci->is_stopped = UHCI_IS_STOPPED; in finish_reset()
372 uhci->is_stopped = UHCI_IS_STOPPED; in suspend_rh()
390 uhci->is_stopped = 0; in start_rh()
518 if (!uhci->is_stopped) { in uhci_get_current_frame_number()
Duhci-hcd.h181 unsigned int is_stopped:1; /* Queue was stopped by error/unlink */ member
411 unsigned int is_stopped; member
/Linux-v4.19/drivers/net/ethernet/marvell/
Dmvneta.c421 bool is_stopped; member
3661 if (pp->is_stopped) { in mvneta_cpu_online()
3780 pp->is_stopped = false; in mvneta_open()
3842 pp->is_stopped = true; in mvneta_stop()
4686 pp->is_stopped = true; in mvneta_suspend()
4766 pp->is_stopped = false; in mvneta_resume()