Searched refs:qh_state (Results 1 – 6 of 6) 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() 301 * It's a bug for qh->qh_state to be anything other than in qh_completions() 305 state = qh->qh_state; in qh_completions() 306 qh->qh_state = QH_STATE_COMPLETING; in qh_completions() 522 qh->qh_state = state; 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() 1001 qh->qh_state = QH_STATE_LINKED; in qh_link_async() 1144 if (likely (qh->qh_state in submit_async() [all...]
528 ehci->async->qh_state = QH_STATE_LINKED; in ehci_init() 943 switch (qh->qh_state) { in ehci_urb_dequeue() 1004 switch (qh->qh_state) { in ehci_endpoint_disable() 1037 qh, ep->desc.bEndpointAddress, qh->qh_state, in ehci_endpoint_disable()
572 qh->qh_state = QH_STATE_LINKED; in qh_link_periodic() 626 qh->qh_state = QH_STATE_UNLINK; in qh_unlink_periodic() 637 if (qh->qh_state != QH_STATE_LINKED || in cancel_unlink_wait_intr() 652 if (qh->qh_state != QH_STATE_LINKED) in start_unlink_intr() 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() 991 qh->qh_state == QH_STATE_LINKED)) in scan_intr()
427 u8 qh_state; member
2032 BUG_ON(qh->qh_state != QH_STATE_IDLE); in qh_update() 2097 if (qh->qh_state == QH_STATE_IDLE && !list_empty(&qh->qtd_list) in fotg210_clear_tt_buffer_complete() 2256 * It's a bug for qh->qh_state to be anything other than in qh_completions() 2260 state = qh->qh_state; in qh_completions() 2261 qh->qh_state = QH_STATE_COMPLETING; in qh_completions() 2472 qh->qh_state = state; in qh_completions() 2864 qh->qh_state = QH_STATE_IDLE; in qh_make() 2910 WARN_ON(qh->qh_state != QH_STATE_IDLE); in qh_link_async() 2925 qh->qh_state = QH_STATE_LINKED; in qh_link_async() 3054 if (likely(qh->qh_state in submit_async() [all...]
448 u8 qh_state; member