Searched refs:is_stopped (Results 1 – 5 of 5) sorted by relevance
31 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 …]
144 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()
181 unsigned int is_stopped:1; /* Queue was stopped by error/unlink */ member411 unsigned int is_stopped; member
423 bool is_stopped; member3727 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()
3402 static inline bool is_stopped(struct driver_data *dd, struct request *rq) in is_stopped() function3496 if (is_se_active(dd) || is_stopped(dd, rq)) in mtip_queue_rq()