Home
last modified time | relevance | path

Searched refs:usb_hcd_flush_endpoint (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/usb/
Dhcd.h447 extern void usb_hcd_flush_endpoint(struct usb_device *udev,
/kernel/linux/linux-5.10/drivers/usb/core/
Ddriver.c1472 usb_hcd_flush_endpoint(udev, udev->ep_out[i]); in usb_suspend_both()
1473 usb_hcd_flush_endpoint(udev, udev->ep_in[i]); in usb_suspend_both()
Dmessage.c1300 usb_hcd_flush_endpoint(dev, ep); in usb_disable_endpoint()
Dhcd.c1779 void usb_hcd_flush_endpoint(struct usb_device *udev, in usb_hcd_flush_endpoint() function