Home
last modified time | relevance | path

Searched refs:usb_hub_clear_tt_buffer (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/include/linux/usb/
H A Dhcd.h582 extern int usb_hub_clear_tt_buffer(struct urb *urb);
/kernel/linux/linux-6.6/include/linux/usb/
H A Dhcd.h577 extern int usb_hub_clear_tt_buffer(struct urb *urb);
/kernel/linux/linux-5.10/drivers/usb/isp1760/
H A Disp1760-hcd.c1165 if (usb_hub_clear_tt_buffer(qtd->urb)) in handle_done_ptds()
1632 if (usb_hub_clear_tt_buffer(urb)) in dequeue_urb_from_qtd()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-q.c176 if (usb_hub_clear_tt_buffer(urb) == 0) in ehci_clear_tt_buffer()
H A Dxhci-ring.c2017 if (usb_hub_clear_tt_buffer(td->urb)) in xhci_clear_hub_tt_buffer()
H A Dfotg210-hcd.c2126 if (usb_hub_clear_tt_buffer(urb) == 0) in fotg210_clear_tt_buffer()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-q.c177 if (usb_hub_clear_tt_buffer(urb) == 0) in ehci_clear_tt_buffer()
H A Dxhci-ring.c2115 if (usb_hub_clear_tt_buffer(td->urb)) in xhci_clear_hub_tt_buffer()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd_intr.c128 if (usb_hub_clear_tt_buffer(usb_urb)) in dwc2_hc_handle_tt_clear()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd_intr.c98 if (usb_hub_clear_tt_buffer(usb_urb)) in dwc2_hc_handle_tt_clear()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.c863 * usb_hub_clear_tt_buffer - clear control/bulk TT state in high speed hub
876 int usb_hub_clear_tt_buffer(struct urb *urb) in usb_hub_clear_tt_buffer() function
916 EXPORT_SYMBOL_GPL(usb_hub_clear_tt_buffer); variable
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.c870 * usb_hub_clear_tt_buffer - clear control/bulk TT state in high speed hub
883 int usb_hub_clear_tt_buffer(struct urb *urb) in usb_hub_clear_tt_buffer() function
923 EXPORT_SYMBOL_GPL(usb_hub_clear_tt_buffer); variable
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.c2127 if (usb_hub_clear_tt_buffer(urb) == 0) in fotg210_clear_tt_buffer()

Completed in 54 milliseconds