Home
last modified time | relevance | path

Searched refs:rhdev (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/core/
A Dhcd.c2255 rhdev->do_remote_wakeup); in hcd_bus_suspend()
2337 usb_set_device_state(rhdev, rhdev->actconfig in hcd_bus_resume()
2754 struct usb_device *rhdev; in usb_put_invalidate_rhdev() local
2760 usb_put_dev(rhdev); in usb_put_invalidate_rhdev()
2797 struct usb_device *rhdev; in usb_add_hcd() local
2863 if (rhdev == NULL) { in usb_add_hcd()
2872 rhdev->rx_lanes = 1; in usb_add_hcd()
2873 rhdev->tx_lanes = 1; in usb_add_hcd()
2890 rhdev->rx_lanes = 2; in usb_add_hcd()
2891 rhdev->tx_lanes = 2; in usb_add_hcd()
[all …]
A Dhub.c3917 void usb_root_hub_lost_power(struct usb_device *rhdev) in usb_root_hub_lost_power() argument
3919 dev_notice(&rhdev->dev, "root hub lost power or was reset\n"); in usb_root_hub_lost_power()
3920 rhdev->reset_resume = 1; in usb_root_hub_lost_power()
/linux/drivers/usb/host/
A Duhci-hcd.c294 struct usb_device *rhdev = uhci_to_hcd(uhci)->self.root_hub; in suspend_rh() local
297 dev_dbg(&rhdev->dev, "%s%s\n", __func__, in suspend_rh()
313 if (!device_may_wakeup(&rhdev->dev)) in suspend_rh()
323 if (!rhdev->do_remote_wakeup) in suspend_rh()
/linux/include/linux/usb/
A Dhcd.h683 extern void usb_root_hub_lost_power(struct usb_device *rhdev);
684 extern int hcd_bus_suspend(struct usb_device *rhdev, pm_message_t msg);
685 extern int hcd_bus_resume(struct usb_device *rhdev, pm_message_t msg);

Completed in 22 milliseconds