Home
last modified time | relevance | path

Searched refs:QH_UNLINK_QUEUE_EMPTY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dehci-timer.c231 qh->unlink_reason |= QH_UNLINK_QUEUE_EMPTY; in ehci_handle_start_intr_unlinks()
H A Dehci.h436 #define QH_UNLINK_QUEUE_EMPTY 0x10 /* Reached end of the queue */ macro
H A Dehci-q.c1364 else if ((qh->unlink_reason & QH_UNLINK_QUEUE_EMPTY) && in end_unlink_async()
1443 qh_to_unlink->unlink_reason |= QH_UNLINK_QUEUE_EMPTY; in unlink_empty_async()
H A Dehci-hcd.c1008 qh->unlink_reason |= QH_UNLINK_QUEUE_EMPTY; in ehci_endpoint_disable()