Searched refs:submit_async (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ehci-hcd.c | 904 return submit_async(ehci, urb, &qtd_list, mem_flags); in ehci_urb_enqueue()
|
H A D | oxu210hp-hcd.c | 2012 static int submit_async(struct oxu_hcd *oxu, struct urb *urb, in submit_async() function 3222 return submit_async(oxu, urb, &qtd_list, mem_flags); in __oxu_urb_enqueue()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 3010 static int submit_async(struct fotg210_hcd *fotg210, struct urb *urb, in submit_async() function 5273 return submit_async(fotg210, urb, &qtd_list, mem_flags); in fotg210_urb_enqueue()
|