• Home
  • Raw
  • Download

Lines Matching refs:qh_state

2038 	BUG_ON(qh->qh_state != QH_STATE_IDLE);  in qh_update()
2103 if (qh->qh_state == QH_STATE_IDLE && !list_empty(&qh->qtd_list) in fotg210_clear_tt_buffer_complete()
2266 state = qh->qh_state; in qh_completions()
2267 qh->qh_state = QH_STATE_COMPLETING; in qh_completions()
2478 qh->qh_state = state; in qh_completions()
2870 qh->qh_state = QH_STATE_IDLE; in qh_make()
2916 WARN_ON(qh->qh_state != QH_STATE_IDLE); in qh_link_async()
2931 qh->qh_state = QH_STATE_LINKED; in qh_link_async()
3060 if (likely(qh->qh_state == QH_STATE_IDLE)) in submit_async()
3075 qh->qh_state = QH_STATE_UNLINK; in single_unlink_async()
3138 qh->qh_state = QH_STATE_IDLE; in end_unlink_async()
3170 qh->qh_state == QH_STATE_LINKED) { in unlink_empty_async()
3202 if (qh->qh_state != QH_STATE_LINKED) { in start_unlink_async()
3203 if (qh->qh_state == QH_STATE_COMPLETING) in start_unlink_async()
3237 && qh->qh_state == QH_STATE_LINKED) { in scan_async()
3530 qh->qh_state = QH_STATE_LINKED; in qh_link_periodic()
3586 qh->qh_state = QH_STATE_UNLINK; in qh_unlink_periodic()
3602 if (qh->qh_state != QH_STATE_LINKED) { in start_unlink_intr()
3603 if (qh->qh_state == QH_STATE_COMPLETING) in start_unlink_intr()
3643 qh->qh_state = QH_STATE_IDLE; in end_unlink_intr()
3849 if (qh->qh_state == QH_STATE_IDLE) { in intr_submit()
3894 qh->qh_state == QH_STATE_LINKED))) in scan_intr()
4969 fotg210->async->qh_state = QH_STATE_LINKED; in hcd_fotg210_init()
5317 switch (qh->qh_state) { in fotg210_urb_dequeue()
5337 switch (qh->qh_state) { in fotg210_urb_dequeue()
5347 qh, qh->qh_state); in fotg210_urb_dequeue()
5397 qh->qh_state = QH_STATE_IDLE; in fotg210_endpoint_disable()
5398 switch (qh->qh_state) { in fotg210_endpoint_disable()
5430 qh, ep->desc.bEndpointAddress, qh->qh_state, in fotg210_endpoint_disable()
5464 } else if (qh->qh_state == QH_STATE_LINKED || in fotg210_endpoint_reset()
5465 qh->qh_state == QH_STATE_COMPLETING) { in fotg210_endpoint_reset()