Home
last modified time | relevance | path

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

/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
/drivers/net/ethernet/marvell/
Dmvneta.c423 bool is_stopped; member
3727 if (pp->is_stopped) { in mvneta_cpu_online()
3845 pp->is_stopped = false; in mvneta_open()
3904 pp->is_stopped = true; in mvneta_stop()
4754 pp->is_stopped = true; in mvneta_suspend()
4834 pp->is_stopped = false; in mvneta_resume()
/drivers/block/mtip32xx/
Dmtip32xx.c3402 static inline bool is_stopped(struct driver_data *dd, struct request *rq) in is_stopped() function
3496 if (is_se_active(dd) || is_stopped(dd, rq)) in mtip_queue_rq()