Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
A Dhcd.c2335 usb_set_device_state(rhdev, rhdev->actconfig in hcd_bus_resume()
2752 struct usb_device *rhdev; in usb_put_invalidate_rhdev() local
2758 usb_put_dev(rhdev); in usb_put_invalidate_rhdev()
2795 struct usb_device *rhdev; in usb_add_hcd() local
2864 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 …]
A Dhub.c4037 void usb_root_hub_lost_power(struct usb_device *rhdev) in usb_root_hub_lost_power() argument
4039 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()
/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.h693 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 22 milliseconds