Searched refs:usb_hcd_flush_endpoint (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | driver.c | 1472 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()
|
H A D | hcd.c | 1783 void usb_hcd_flush_endpoint(struct usb_device *udev, in usb_hcd_flush_endpoint() function 1977 * endpoint state is gone from hardware. usb_hcd_flush_endpoint() must
|
H A D | message.c | 1295 usb_hcd_flush_endpoint(dev, ep); in usb_disable_endpoint()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | driver.c | 1469 usb_hcd_flush_endpoint(udev, udev->ep_out[i]); in usb_suspend_both() 1470 usb_hcd_flush_endpoint(udev, udev->ep_in[i]); in usb_suspend_both()
|
H A D | hcd.c | 1762 void usb_hcd_flush_endpoint(struct usb_device *udev, in usb_hcd_flush_endpoint() function 1956 * endpoint state is gone from hardware. usb_hcd_flush_endpoint() must
|
H A D | message.c | 1300 usb_hcd_flush_endpoint(dev, ep); in usb_disable_endpoint()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | hcd.h | 447 extern void usb_hcd_flush_endpoint(struct usb_device *udev,
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | hcd.h | 437 extern void usb_hcd_flush_endpoint(struct usb_device *udev,
|
Completed in 21 milliseconds