Home
last modified time | relevance | path

Searched refs:qh_state (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/usb/host/
H A Dehci-q.c81 WARN_ON(qh->qh_state != QH_STATE_IDLE); in qh_update()
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()
1001 qh->qh_state = QH_STATE_LINKED; in qh_link_async()
1259 qh->qh_state = QH_STATE_UNLINK_WAIT; in single_unlink_async()
1383 qh->qh_state = QH_STATE_UNLINK; in end_unlink_async()
1406 qh->qh_state = QH_STATE_IDLE; in end_unlink_async()
1430 qh->qh_state == QH_STATE_LINKED) { in unlink_empty_async()
[all …]
H A Doxu210hp-hcd.c314 u8 qh_state; member
1402 state = qh->qh_state; in qh_completions()
1539 qh->qh_state = state; in qh_completions()
1882 qh->qh_state = QH_STATE_IDLE; in qh_make()
1926 qh->qh_state = QH_STATE_LINKED; 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()
3353 switch (qh->qh_state) { in oxu_urb_dequeue()
3362 qh, qh->qh_state); in oxu_urb_dequeue()
3417 qh->qh_state = QH_STATE_IDLE; in oxu_endpoint_disable()
[all …]
H A Dehci-hcd.c528 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()
H A Dehci-sched.c572 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()
H A Dehci.h427 u8 qh_state; member
/linux-6.15/drivers/usb/fotg210/
H A Dfotg210-hcd.c2260 state = qh->qh_state; in qh_completions()
2472 qh->qh_state = state; in qh_completions()
2864 qh->qh_state = QH_STATE_IDLE; in qh_make()
2925 qh->qh_state = QH_STATE_LINKED; in qh_link_async()
3132 qh->qh_state = QH_STATE_IDLE; in end_unlink_async()
3637 qh->qh_state = QH_STATE_IDLE; in end_unlink_intr()
5307 switch (qh->qh_state) { in fotg210_urb_dequeue()
5327 switch (qh->qh_state) { in fotg210_urb_dequeue()
5337 qh, qh->qh_state); in fotg210_urb_dequeue()
5387 qh->qh_state = QH_STATE_IDLE; in fotg210_endpoint_disable()
[all …]
H A Dfotg210-hcd.h448 u8 qh_state; member