Searched refs:clear_tt_buffer_complete (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/drivers/usb/host/ |
D | ehci-grlib.c | 68 .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
|
D | ehci-xilinx-of.c | 104 .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
|
D | ehci-sh.c | 71 .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
|
D | ehci-ppc-of.c | 69 .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
|
D | ehci-ps3.c | 81 .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
|
D | ehci-hcd.c | 1262 .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
|
D | fotg210-hcd.c | 5540 .clear_tt_buffer_complete = fotg210_clear_tt_buffer_complete,
|
D | xhci.c | 5480 .clear_tt_buffer_complete = xhci_clear_tt_buffer_complete,
|
/Linux-v6.1/include/linux/usb/ |
D | hcd.h | 325 void (*clear_tt_buffer_complete)(struct usb_hcd *, member
|
/Linux-v6.1/drivers/usb/core/ |
D | hub.c | 811 if (drv->clear_tt_buffer_complete) in hub_tt_work() 812 (drv->clear_tt_buffer_complete)(clear->hcd, clear->ep); in hub_tt_work()
|
/Linux-v6.1/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 2518 .clear_tt_buffer_complete = isp1760_clear_tt_buffer_complete,
|
/Linux-v6.1/drivers/usb/dwc2/ |
D | hcd.c | 5004 .clear_tt_buffer_complete = _dwc2_hcd_clear_tt_buffer_complete,
|