Searched refs:QH_STATE_IDLE (Results 1 – 10 of 10) sorted by relevance
81 WARN_ON(qh->qh_state != QH_STATE_IDLE); in qh_update()146 if (qh->qh_state == QH_STATE_IDLE && !list_empty(&qh->qtd_list) in ehci_clear_tt_buffer_complete()307 stopped = (state == QH_STATE_IDLE); in qh_completions()439 if (state == QH_STATE_IDLE && in qh_completions()515 if (state == QH_STATE_IDLE) in qh_completions()939 qh->qh_state = QH_STATE_IDLE; in qh_make()987 WARN_ON(qh->qh_state != QH_STATE_IDLE); in qh_link_async()1144 if (likely (qh->qh_state == QH_STATE_IDLE)) in submit_async()1406 qh->qh_state = QH_STATE_IDLE; in end_unlink_async()
1224 BUG_ON(qh->qh_state != QH_STATE_IDLE); in qh_update()1404 stopped = (state == QH_STATE_IDLE); in qh_completions()1486 if (state == QH_STATE_IDLE in qh_completions()1547 case QH_STATE_IDLE: in qh_completions()1882 qh->qh_state = QH_STATE_IDLE; in qh_make()1915 if (qh->qh_state == QH_STATE_IDLE) in qh_link_async()2065 qh->qh_state = QH_STATE_IDLE; in end_unlink_async()2453 qh->qh_state = QH_STATE_IDLE; in intr_deschedule()2613 if (qh->qh_state == QH_STATE_IDLE) { in intr_submit()3357 case QH_STATE_IDLE: in oxu_urb_dequeue()[all …]
779 while (qh->state != QH_STATE_IDLE) { in uhci_hcd_endpoint_disable()783 qh->state == QH_STATE_IDLE); in uhci_hcd_endpoint_disable()
272 qh->state = QH_STATE_IDLE; in uhci_alloc_qh()294 WARN_ON(qh->state != QH_STATE_IDLE && qh->udev); in uhci_free_qh()594 qh->state = QH_STATE_IDLE; in uhci_make_qh_idle()1469 if (qh->state == QH_STATE_IDLE) in uhci_urb_enqueue()
957 case QH_STATE_IDLE: in ehci_urb_dequeue()1022 case QH_STATE_IDLE: /* fully unlinked */ in ehci_endpoint_disable()
145 #define QH_STATE_IDLE 1 /* QH is not being used */ macro
430 #define QH_STATE_IDLE 3 /* HC doesn't see this */ macro
709 qh->qh_state = QH_STATE_IDLE; in end_unlink_intr()936 if (qh->qh_state == QH_STATE_IDLE) { in intr_submit()947 if (qh->qh_state == QH_STATE_IDLE) { in intr_submit()
2262 stopped = (state == QH_STATE_IDLE); in qh_completions()2383 if (state == QH_STATE_IDLE && in qh_completions()2459 if (state == QH_STATE_IDLE) in qh_completions()2480 case QH_STATE_IDLE: in qh_completions()2864 qh->qh_state = QH_STATE_IDLE; in qh_make()3132 qh->qh_state = QH_STATE_IDLE; in end_unlink_async()3637 qh->qh_state = QH_STATE_IDLE; in end_unlink_intr()3843 if (qh->qh_state == QH_STATE_IDLE) { in intr_submit()5316 case QH_STATE_IDLE: in fotg210_urb_dequeue()5332 case QH_STATE_IDLE: in fotg210_urb_dequeue()[all …]
451 #define QH_STATE_IDLE 3 /* HC doesn't see this */ macro
Completed in 44 milliseconds