Searched refs:qh_link_async (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/usb/host/ |
D | ehci-q.c | 139 static void qh_link_async(struct ehci_hcd *ehci, struct ehci_qh *qh); 152 qh_link_async(ehci, qh); in ehci_clear_tt_buffer_complete() 982 static void qh_link_async (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_async() function 1149 qh_link_async(ehci, qh); in submit_async() 1417 qh_link_async(ehci, qh); in end_unlink_async()
|
D | fotg210-hcd.c | 2094 static void qh_link_async(struct fotg210_hcd *fotg210, struct fotg210_qh *qh); 2107 qh_link_async(fotg210, qh); in fotg210_clear_tt_buffer_complete() 2909 static void qh_link_async(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_link_async() function 3063 qh_link_async(fotg210, qh); in submit_async() 3146 qh_link_async(fotg210, qh); in end_unlink_async()
|
D | oxu210hp-hcd.c | 1916 static void qh_link_async(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_link_async() function 2072 qh_link_async(oxu, qh_get(qh)); in submit_async() 2103 qh_link_async(oxu, qh); in end_unlink_async()
|