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 D | uhci-hub.c | 119 usb_hcd_end_port_resume(&uhci_to_hcd(uhci)->self, port); in uhci_finish_suspend()
|
H A D | xhci-hub.c | 904 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 D | ehci-hub.c | 1059 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 D | uhci-hub.c | 119 usb_hcd_end_port_resume(&uhci_to_hcd(uhci)->self, port); in uhci_finish_suspend()
|
H A D | xhci-hub.c | 1009 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 D | ehci-hub.c | 929 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 D | hcd.h | 521 extern void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum);
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | hcd.h | 516 extern void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum);
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hcd.c | 1045 * 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 D | hcd.c | 1021 * 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