Home
last modified time | relevance | path

Searched refs:rhdev (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhcd.c2142 int hcd_bus_suspend(struct usb_device *rhdev, pm_message_t msg) in hcd_bus_suspend() argument
2144 struct usb_hcd *hcd = bus_to_hcd(rhdev->bus); in hcd_bus_suspend()
2148 dev_dbg(&rhdev->dev, "bus %ssuspend, wakeup %d\n", in hcd_bus_suspend()
2150 rhdev->do_remote_wakeup); in hcd_bus_suspend()
2152 dev_dbg(&rhdev->dev, "skipped %s of dead bus\n", "suspend"); in hcd_bus_suspend()
2164 usb_set_device_state(rhdev, USB_STATE_SUSPENDED); in hcd_bus_suspend()
2172 if (rhdev->do_remote_wakeup) { in hcd_bus_suspend()
2177 dev_dbg(&rhdev->dev, "suspend raced with wakeup event\n"); in hcd_bus_suspend()
2178 hcd_bus_resume(rhdev, PMSG_AUTO_RESUME); in hcd_bus_suspend()
2189 dev_dbg(&rhdev in hcd_bus_suspend()
2195 hcd_bus_resume(struct usb_device *rhdev, pm_message_t msg) hcd_bus_resume() argument
2647 struct usb_device *rhdev; usb_put_invalidate_rhdev() local
2670 struct usb_device *rhdev; usb_add_hcd() local
2894 struct usb_device *rhdev = hcd->self.root_hub; usb_remove_hcd() local
[all...]
H A Dhub.c3946 * @rhdev: struct usb_device for the root hub
3950 * has been reset. The routine marks @rhdev as having lost power.
3955 void usb_root_hub_lost_power(struct usb_device *rhdev) in usb_root_hub_lost_power() argument
3957 dev_notice(&rhdev->dev, "root hub lost power or was reset\n"); in usb_root_hub_lost_power()
3958 rhdev->reset_resume = 1; in usb_root_hub_lost_power()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhcd.c2244 int hcd_bus_suspend(struct usb_device *rhdev, pm_message_t msg) in hcd_bus_suspend() argument
2246 struct usb_hcd *hcd = bus_to_hcd(rhdev->bus); in hcd_bus_suspend()
2250 dev_dbg(&rhdev->dev, "bus %ssuspend, wakeup %d\n", in hcd_bus_suspend()
2252 rhdev->do_remote_wakeup); in hcd_bus_suspend()
2254 dev_dbg(&rhdev->dev, "skipped %s of dead bus\n", "suspend"); in hcd_bus_suspend()
2266 usb_set_device_state(rhdev, USB_STATE_SUSPENDED); in hcd_bus_suspend()
2274 if (rhdev->do_remote_wakeup) { in hcd_bus_suspend()
2279 dev_dbg(&rhdev->dev, "suspend raced with wakeup event\n"); in hcd_bus_suspend()
2280 hcd_bus_resume(rhdev, PMSG_AUTO_RESUME); in hcd_bus_suspend()
2291 dev_dbg(&rhdev in hcd_bus_suspend()
2297 hcd_bus_resume(struct usb_device *rhdev, pm_message_t msg) hcd_bus_resume() argument
2751 struct usb_device *rhdev; usb_put_invalidate_rhdev() local
2794 struct usb_device *rhdev; usb_add_hcd() local
3006 struct usb_device *rhdev; usb_remove_hcd() local
[all...]
H A Dhub.c3981 * @rhdev: struct usb_device for the root hub
3985 * has been reset. The routine marks @rhdev as having lost power.
3990 void usb_root_hub_lost_power(struct usb_device *rhdev) in usb_root_hub_lost_power() argument
3992 dev_notice(&rhdev->dev, "root hub lost power or was reset\n"); in usb_root_hub_lost_power()
3993 rhdev->reset_resume = 1; in usb_root_hub_lost_power()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Duhci-hcd.c294 struct usb_device *rhdev = uhci_to_hcd(uhci)->self.root_hub; variable
297 dev_dbg(&rhdev->dev, "%s%s\n", __func__,
313 if (!device_may_wakeup(&rhdev->dev))
323 if (!rhdev->do_remote_wakeup)
/kernel/linux/linux-6.6/drivers/usb/host/
H A Duhci-hcd.c294 struct usb_device *rhdev = uhci_to_hcd(uhci)->self.root_hub; variable
297 dev_dbg(&rhdev->dev, "%s%s\n", __func__,
313 if (!device_may_wakeup(&rhdev->dev))
323 if (!rhdev->do_remote_wakeup)
/kernel/linux/linux-5.10/include/linux/usb/
H A Dhcd.h680 extern void usb_root_hub_lost_power(struct usb_device *rhdev);
681 extern int hcd_bus_suspend(struct usb_device *rhdev, pm_message_t msg);
682 extern int hcd_bus_resume(struct usb_device *rhdev, pm_message_t msg);
/kernel/linux/linux-6.6/include/linux/usb/
H A Dhcd.h675 extern void usb_root_hub_lost_power(struct usb_device *rhdev);
676 extern int hcd_bus_suspend(struct usb_device *rhdev, pm_message_t msg);
677 extern int hcd_bus_resume(struct usb_device *rhdev, pm_message_t msg);

Completed in 26 milliseconds