rhdev 2110 drivers/usb/core/hcd.c int hcd_bus_suspend(struct usb_device *rhdev, pm_message_t msg) rhdev 2112 drivers/usb/core/hcd.c struct usb_hcd *hcd = bus_to_hcd(rhdev->bus); rhdev 2116 drivers/usb/core/hcd.c dev_dbg(&rhdev->dev, "bus %ssuspend, wakeup %d\n", rhdev 2118 drivers/usb/core/hcd.c rhdev->do_remote_wakeup); rhdev 2120 drivers/usb/core/hcd.c dev_dbg(&rhdev->dev, "skipped %s of dead bus\n", "suspend"); rhdev 2132 drivers/usb/core/hcd.c usb_set_device_state(rhdev, USB_STATE_SUSPENDED); rhdev 2140 drivers/usb/core/hcd.c if (rhdev->do_remote_wakeup) { rhdev 2145 drivers/usb/core/hcd.c dev_dbg(&rhdev->dev, "suspend raced with wakeup event\n"); rhdev 2146 drivers/usb/core/hcd.c hcd_bus_resume(rhdev, PMSG_AUTO_RESUME); rhdev 2157 drivers/usb/core/hcd.c dev_dbg(&rhdev->dev, "bus %s fail, err %d\n", rhdev 2163 drivers/usb/core/hcd.c int hcd_bus_resume(struct usb_device *rhdev, pm_message_t msg) rhdev 2165 drivers/usb/core/hcd.c struct usb_hcd *hcd = bus_to_hcd(rhdev->bus); rhdev 2169 drivers/usb/core/hcd.c dev_dbg(&rhdev->dev, "usb %sresume\n", rhdev 2172 drivers/usb/core/hcd.c dev_dbg(&rhdev->dev, "skipped %s of dead bus\n", "resume"); rhdev 2200 drivers/usb/core/hcd.c usb_set_device_state(rhdev, rhdev->actconfig rhdev 2214 drivers/usb/core/hcd.c usb_hub_for_each_child(rhdev, port1, udev) { rhdev 2224 drivers/usb/core/hcd.c dev_dbg(&rhdev->dev, "bus %s fail, err %d\n", rhdev 2615 drivers/usb/core/hcd.c struct usb_device *rhdev; rhdev 2618 drivers/usb/core/hcd.c rhdev = hcd->self.root_hub; rhdev 2621 drivers/usb/core/hcd.c usb_put_dev(rhdev); rhdev 2638 drivers/usb/core/hcd.c struct usb_device *rhdev; rhdev 2703 drivers/usb/core/hcd.c rhdev = usb_alloc_dev(NULL, &hcd->self, 0); rhdev 2704 drivers/usb/core/hcd.c if (rhdev == NULL) { rhdev 2710 drivers/usb/core/hcd.c hcd->self.root_hub = rhdev; rhdev 2713 drivers/usb/core/hcd.c rhdev->rx_lanes = 1; rhdev 2714 drivers/usb/core/hcd.c rhdev->tx_lanes = 1; rhdev 2718 drivers/usb/core/hcd.c rhdev->speed = USB_SPEED_FULL; rhdev 2721 drivers/usb/core/hcd.c rhdev->speed = USB_SPEED_HIGH; rhdev 2724 drivers/usb/core/hcd.c rhdev->speed = USB_SPEED_WIRELESS; rhdev 2727 drivers/usb/core/hcd.c rhdev->speed = USB_SPEED_SUPER; rhdev 2730 drivers/usb/core/hcd.c rhdev->rx_lanes = 2; rhdev 2731 drivers/usb/core/hcd.c rhdev->tx_lanes = 2; rhdev 2734 drivers/usb/core/hcd.c rhdev->speed = USB_SPEED_SUPER_PLUS; rhdev 2745 drivers/usb/core/hcd.c device_set_wakeup_capable(&rhdev->dev, 1); rhdev 2843 drivers/usb/core/hcd.c struct usb_device *rhdev = hcd->self.root_hub; rhdev 2847 drivers/usb/core/hcd.c usb_get_dev(rhdev); rhdev 2863 drivers/usb/core/hcd.c usb_disconnect(&rhdev); /* Sets rhdev to NULL */ rhdev 3821 drivers/usb/core/hub.c void usb_root_hub_lost_power(struct usb_device *rhdev) rhdev 3823 drivers/usb/core/hub.c dev_notice(&rhdev->dev, "root hub lost power or was reset\n"); rhdev 3824 drivers/usb/core/hub.c rhdev->reset_resume = 1; rhdev 294 drivers/usb/host/uhci-hcd.c struct usb_device *rhdev = uhci_to_hcd(uhci)->self.root_hub; rhdev 297 drivers/usb/host/uhci-hcd.c dev_dbg(&rhdev->dev, "%s%s\n", __func__, rhdev 313 drivers/usb/host/uhci-hcd.c if (!device_may_wakeup(&rhdev->dev)) rhdev 323 drivers/usb/host/uhci-hcd.c if (!rhdev->do_remote_wakeup) rhdev 671 include/linux/usb/hcd.h extern void usb_root_hub_lost_power(struct usb_device *rhdev); rhdev 672 include/linux/usb/hcd.h extern int hcd_bus_suspend(struct usb_device *rhdev, pm_message_t msg); rhdev 673 include/linux/usb/hcd.h extern int hcd_bus_resume(struct usb_device *rhdev, pm_message_t msg);