Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/fotg210/
Dfotg210-hcd.h450 #define QH_STATE_UNLINK 2 /* HC may still see this */ macro
Dfotg210-hcd.c3069 qh->qh_state = QH_STATE_UNLINK; in single_unlink_async()
3580 qh->qh_state = QH_STATE_UNLINK; in qh_unlink_periodic()
5313 case QH_STATE_UNLINK: in fotg210_urb_dequeue()
5402 case QH_STATE_UNLINK: /* wait for hw to finish? */ in fotg210_endpoint_disable()
/linux-6.12.1/drivers/usb/host/
Dehci-hcd.c954 case QH_STATE_UNLINK: in ehci_urb_dequeue()
1017 case QH_STATE_UNLINK: /* wait for hw to finish? */ in ehci_endpoint_disable()
Dehci-q.c1333 else if (qh->qh_state == QH_STATE_UNLINK) { in end_unlink_async()
1383 qh->qh_state = QH_STATE_UNLINK; in end_unlink_async()
Dehci.h429 #define QH_STATE_UNLINK 2 /* HC may still see this */ macro
Doxu210hp-hcd.c315 #define QH_STATE_UNLINK 2 /* HC may still see this */ macro
2124 qh->qh_state = QH_STATE_UNLINK; in start_unlink_async()
2424 qh->qh_state = QH_STATE_UNLINK; in qh_unlink_periodic()
3428 case QH_STATE_UNLINK: /* wait for hw to finish? */ in oxu_endpoint_disable()
Dehci-sched.c626 qh->qh_state = QH_STATE_UNLINK; in qh_unlink_periodic()