Lines Matching refs:qh_state
338 u8 qh_state; member
1248 BUG_ON(qh->qh_state != QH_STATE_IDLE); in qh_update()
1426 state = qh->qh_state; in qh_completions()
1427 qh->qh_state = QH_STATE_COMPLETING; in qh_completions()
1563 qh->qh_state = state; in qh_completions()
1906 qh->qh_state = QH_STATE_IDLE; in qh_make()
1939 if (qh->qh_state == QH_STATE_IDLE) in qh_link_async()
1950 qh->qh_state = QH_STATE_LINKED; in qh_link_async()
2071 if (likely(qh->qh_state == QH_STATE_IDLE)) in submit_async()
2089 qh->qh_state = QH_STATE_IDLE; in end_unlink_async()
2131 BUG_ON(oxu->reclaim || (qh->qh_state != QH_STATE_LINKED in start_unlink_async()
2132 && qh->qh_state != QH_STATE_UNLINK_WAIT)); in start_unlink_async()
2149 qh->qh_state = QH_STATE_UNLINK; in start_unlink_async()
2215 && qh->qh_state == QH_STATE_LINKED) in scan_async()
2401 qh->qh_state = QH_STATE_LINKED; in qh_link_periodic()
2449 qh->qh_state = QH_STATE_UNLINK; in qh_unlink_periodic()
2477 qh->qh_state = QH_STATE_IDLE; in intr_deschedule()
2637 if (qh->qh_state == QH_STATE_IDLE) { in intr_submit()
2831 if (qh->qh_state == QH_STATE_LINKED in unlink_async()
2840 qh->qh_state = QH_STATE_UNLINK_WAIT; in unlink_async()
2848 if (qh->qh_state == QH_STATE_LINKED) in unlink_async()
3052 oxu->async->qh_state = QH_STATE_LINKED; in oxu_hcd_init()
3377 switch (qh->qh_state) { in oxu_urb_dequeue()
3386 qh, qh->qh_state); in oxu_urb_dequeue()
3441 qh->qh_state = QH_STATE_IDLE; in oxu_endpoint_disable()
3442 switch (qh->qh_state) { in oxu_endpoint_disable()
3470 qh, ep->desc.bEndpointAddress, qh->qh_state, in oxu_endpoint_disable()