Home
last modified time | relevance | path

Searched refs:usb_hcd_end_port_resume (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Duhci-hub.c119 usb_hcd_end_port_resume(&uhci_to_hcd(uhci)->self, port); in uhci_finish_suspend()
H A Dxhci-hub.c904 usb_hcd_end_port_resume(&hcd->self, wIndex); in xhci_handle_usb2_port_link_resume()
970 usb_hcd_end_port_resume(&hcd->self, portnum); in xhci_get_usb3_port_status()
1026 usb_hcd_end_port_resume(&port->rhub->hcd->self, portnum); in xhci_get_usb2_port_status()
1478 usb_hcd_end_port_resume(&hcd->self, wIndex); in xhci_hub_control()
H A Dehci-hub.c1059 usb_hcd_end_port_resume(&hcd->self, wIndex); in ehci_hub_control()
1135 usb_hcd_end_port_resume(&hcd->self, wIndex); in ehci_hub_control()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Duhci-hub.c119 usb_hcd_end_port_resume(&uhci_to_hcd(uhci)->self, port); in uhci_finish_suspend()
H A Dxhci-hub.c1009 usb_hcd_end_port_resume(&hcd->self, wIndex); in xhci_handle_usb2_port_link_resume()
1075 usb_hcd_end_port_resume(&hcd->self, portnum); in xhci_get_usb3_port_status()
1131 usb_hcd_end_port_resume(&port->rhub->hcd->self, portnum); in xhci_get_usb2_port_status()
1583 usb_hcd_end_port_resume(&hcd->self, wIndex); in xhci_hub_control()
H A Dehci-hub.c929 usb_hcd_end_port_resume(&hcd->self, wIndex); in ehci_hub_control()
1005 usb_hcd_end_port_resume(&hcd->self, wIndex); in ehci_hub_control()
/kernel/linux/linux-5.10/include/linux/usb/
H A Dhcd.h521 extern void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum);
/kernel/linux/linux-6.6/include/linux/usb/
H A Dhcd.h516 extern void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum);
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhcd.c1045 * going into autosuspend until usb_hcd_end_port_resume() is called.
1061 * usb_hcd_end_port_resume - a root-hub port has stopped sending a resume signal
1071 void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_end_port_resume() function
1080 EXPORT_SYMBOL_GPL(usb_hcd_end_port_resume); variable
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhcd.c1021 * going into autosuspend until usb_hcd_end_port_resume() is called.
1037 * usb_hcd_end_port_resume - a root-hub port has stopped sending a resume signal
1047 void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_end_port_resume() function
1056 EXPORT_SYMBOL_GPL(usb_hcd_end_port_resume); variable

Completed in 32 milliseconds