Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h450 #define QH_STATE_UNLINK 2 /* HC may still see this */ macro
H A Dfotg210-hcd.c3073 qh->qh_state = QH_STATE_UNLINK; in single_unlink_async()
3584 qh->qh_state = QH_STATE_UNLINK; in qh_unlink_periodic()
5317 case QH_STATE_UNLINK: in fotg210_urb_dequeue()
5406 case QH_STATE_UNLINK: /* wait for hw to finish? */ in fotg210_endpoint_disable()
/openbmc/linux/drivers/usb/host/
H A 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()
H A Dehci-q.c1337 else if (qh->qh_state == QH_STATE_UNLINK) { in end_unlink_async()
1387 qh->qh_state = QH_STATE_UNLINK; in end_unlink_async()
H A Dehci.h423 #define QH_STATE_UNLINK 2 /* HC may still see this */ macro
H A Doxu210hp-hcd.c340 #define QH_STATE_UNLINK 2 /* HC may still see this */ macro
2149 qh->qh_state = QH_STATE_UNLINK; in start_unlink_async()
2449 qh->qh_state = QH_STATE_UNLINK; in qh_unlink_periodic()
3453 case QH_STATE_UNLINK: /* wait for hw to finish? */ in oxu_endpoint_disable()
H A Dehci-sched.c626 qh->qh_state = QH_STATE_UNLINK; in qh_unlink_periodic()