Home
last modified time | relevance | path

Searched refs:usb_hub_clear_tt_buffer (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/include/linux/usb/
Dhcd.h577 extern int usb_hub_clear_tt_buffer(struct urb *urb);
/Linux-v6.6/drivers/usb/isp1760/
Disp1760-hcd.c1453 if (usb_hub_clear_tt_buffer(qtd->urb)) in handle_done_ptds()
2025 if (usb_hub_clear_tt_buffer(urb)) in dequeue_urb_from_qtd()
/Linux-v6.6/drivers/usb/host/
Dehci-q.c177 if (usb_hub_clear_tt_buffer(urb) == 0) in ehci_clear_tt_buffer()
Dxhci-ring.c2115 if (usb_hub_clear_tt_buffer(td->urb)) in xhci_clear_hub_tt_buffer()
/Linux-v6.6/drivers/usb/dwc2/
Dhcd_intr.c98 if (usb_hub_clear_tt_buffer(usb_urb)) in dwc2_hc_handle_tt_clear()
/Linux-v6.6/drivers/usb/core/
Dhub.c900 int usb_hub_clear_tt_buffer(struct urb *urb) in usb_hub_clear_tt_buffer() function
940 EXPORT_SYMBOL_GPL(usb_hub_clear_tt_buffer);
/Linux-v6.6/drivers/usb/fotg210/
Dfotg210-hcd.c2130 if (usb_hub_clear_tt_buffer(urb) == 0) in fotg210_clear_tt_buffer()