Home
last modified time | relevance | path

Searched refs:clear_tt_buffer_complete (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dehci-grlib.c68 .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
Dehci-xilinx-of.c104 .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
Dehci-sh.c71 .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
Dehci-ppc-of.c69 .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
Dehci-ps3.c81 .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
Dehci-pmcmsp.c286 .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
Dehci-hcd.c1214 .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
Dxhci.c5371 .clear_tt_buffer_complete = xhci_clear_tt_buffer_complete,
Dfotg210-hcd.c5542 .clear_tt_buffer_complete = fotg210_clear_tt_buffer_complete,
/Linux-v5.10/include/linux/usb/
Dhcd.h336 void (*clear_tt_buffer_complete)(struct usb_hcd *, member
/Linux-v5.10/drivers/usb/isp1760/
Disp1760-hcd.c2148 .clear_tt_buffer_complete = isp1760_clear_tt_buffer_complete,
/Linux-v5.10/drivers/usb/core/
Dhub.c803 if (drv->clear_tt_buffer_complete) in hub_tt_work()
804 (drv->clear_tt_buffer_complete)(clear->hcd, clear->ep); in hub_tt_work()
/Linux-v5.10/drivers/usb/dwc2/
Dhcd.c4917 .clear_tt_buffer_complete = _dwc2_hcd_clear_tt_buffer_complete,