Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dhcd.h595 extern int usb_hub_clear_tt_buffer(struct urb *urb);
/linux/drivers/usb/isp1760/
H A 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/drivers/usb/dwc2/
H A Dhcd_intr.c98 if (usb_hub_clear_tt_buffer(usb_urb)) in dwc2_hc_handle_tt_clear()
/linux/drivers/usb/core/
H A Dhub.c920 int usb_hub_clear_tt_buffer(struct urb *urb) in usb_hub_clear_tt_buffer() function
960 EXPORT_SYMBOL_GPL(usb_hub_clear_tt_buffer);
/linux/drivers/usb/host/
H A Dxhci-ring.c2178 if (usb_hub_clear_tt_buffer(td->urb)) in xhci_clear_hub_tt_buffer()