Searched refs:usb_hcd_end_port_resume (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/drivers/usb/host/ |
| D | xhci-hub.c | 988 usb_hcd_end_port_resume(&hcd->self, wIndex); in xhci_handle_usb2_port_link_resume() 1063 usb_hcd_end_port_resume(&hcd->self, portnum); in xhci_get_usb3_port_status() 1093 usb_hcd_end_port_resume(&port->rhub->hcd->self, in xhci_get_usb2_port_status() 1173 usb_hcd_end_port_resume(&hcd->self, wIndex); in xhci_get_port_status() 1565 usb_hcd_end_port_resume(&hcd->self, wIndex); in xhci_hub_control()
|
| D | uhci-hub.c | 119 usb_hcd_end_port_resume(&uhci_to_hcd(uhci)->self, port); in uhci_finish_suspend()
|
| D | ehci-hub.c | 921 usb_hcd_end_port_resume(&hcd->self, wIndex); in ehci_hub_control() 997 usb_hcd_end_port_resume(&hcd->self, wIndex); in ehci_hub_control()
|
| /Linux-v6.1/include/linux/usb/ |
| D | hcd.h | 512 extern void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum);
|
| /Linux-v6.1/drivers/usb/core/ |
| D | hcd.c | 1068 void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum) in usb_hcd_end_port_resume() function 1077 EXPORT_SYMBOL_GPL(usb_hcd_end_port_resume);
|