Searched refs:rhdev (Results 1 – 4 of 4) sorted by relevance
2335 usb_set_device_state(rhdev, rhdev->actconfig in hcd_bus_resume()2752 struct usb_device *rhdev; in usb_put_invalidate_rhdev() local2758 usb_put_dev(rhdev); in usb_put_invalidate_rhdev()2795 struct usb_device *rhdev; in usb_add_hcd() local2864 if (rhdev == NULL) { in usb_add_hcd()2873 rhdev->rx_lanes = 1; in usb_add_hcd()2874 rhdev->tx_lanes = 1; in usb_add_hcd()2888 rhdev->rx_lanes = 2; in usb_add_hcd()2889 rhdev->tx_lanes = 2; in usb_add_hcd()3013 struct usb_device *rhdev; in usb_remove_hcd() local[all …]
4037 void usb_root_hub_lost_power(struct usb_device *rhdev) in usb_root_hub_lost_power() argument4039 dev_notice(&rhdev->dev, "root hub lost power or was reset\n"); in usb_root_hub_lost_power()4040 rhdev->reset_resume = 1; in usb_root_hub_lost_power()
294 struct usb_device *rhdev = uhci_to_hcd(uhci)->self.root_hub; in suspend_rh() local297 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()
693 extern void usb_root_hub_lost_power(struct usb_device *rhdev);694 extern int hcd_bus_suspend(struct usb_device *rhdev, pm_message_t msg);695 extern int hcd_bus_resume(struct usb_device *rhdev, pm_message_t msg);
Completed in 23 milliseconds