Home
last modified time | relevance | path

Searched refs:QH_STATE_COMPLETING (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h453 #define QH_STATE_COMPLETING 5 /* don't touch token.HALT */ macro
H A Dfotg210-hcd.c2261 qh->qh_state = QH_STATE_COMPLETING; in qh_completions()
3197 if (qh->qh_state == QH_STATE_COMPLETING) in start_unlink_async()
3597 if (qh->qh_state == QH_STATE_COMPLETING) in start_unlink_intr()
5309 case QH_STATE_COMPLETING: in fotg210_urb_dequeue()
5329 case QH_STATE_COMPLETING: in fotg210_urb_dequeue()
5390 case QH_STATE_COMPLETING: in fotg210_endpoint_disable()
5455 qh->qh_state == QH_STATE_COMPLETING) { in fotg210_endpoint_reset()
/linux/drivers/usb/host/
H A Dehci-hcd.c950 case QH_STATE_COMPLETING: in ehci_urb_dequeue()
1015 case QH_STATE_COMPLETING: /* already in unlinking */ in ehci_endpoint_disable()
H A Dehci.h432 #define QH_STATE_COMPLETING 5 /* don't touch token.HALT */ macro
H A Dehci-q.c306 qh->qh_state = QH_STATE_COMPLETING; in qh_completions()