Lines Matching refs:root_hub

522 		tbuf[0] = (device_may_wakeup(&hcd->self.root_hub->dev)  in rh_call_control()
530 device_set_wakeup_enable(&hcd->self.root_hub->dev, 0); in rh_call_control()
535 if (device_can_wakeup(&hcd->self.root_hub->dev) in rh_call_control()
537 device_set_wakeup_enable(&hcd->self.root_hub->dev, 1); in rh_call_control()
590 if (device_can_wakeup(&hcd->self.root_hub->dev)) in rh_call_control()
661 usb_hub_adjust_deviceremovable(hcd->self.root_hub, in rh_call_control()
873 bus->root_hub = NULL; in usb_bus_init()
958 struct usb_device *usb_dev = hcd->self.root_hub; in register_root_hub()
1029 pm_runtime_get_noresume(&bus->root_hub->dev); in usb_hcd_start_port_resume()
1051 pm_runtime_put_noidle(&bus->root_hub->dev); in usb_hcd_end_port_resume()
2180 udev = usb_hub_find_child(hcd->self.root_hub, port); in ehset_single_step_set_feature()
2371 struct usb_device *udev = hcd->self.root_hub; in hcd_resume_work()
2391 pm_wakeup_event(&hcd->self.root_hub->dev, 0); in usb_hcd_resume_root_hub()
2482 kobject_uevent_env(&hcd->self.root_hub->dev.kobj, KOBJ_OFFLINE, env); in hcd_died_work()
2508 usb_set_device_state (hcd->self.root_hub, in usb_hc_died()
2510 usb_kick_hub_wq(hcd->self.root_hub); in usb_hc_died()
2520 usb_set_device_state(hcd->self.root_hub, in usb_hc_died()
2522 usb_kick_hub_wq(hcd->self.root_hub); in usb_hc_died()
2755 rhdev = hcd->self.root_hub; in usb_put_invalidate_rhdev()
2756 hcd->self.root_hub = NULL; in usb_put_invalidate_rhdev()
2870 hcd->self.root_hub = rhdev; in usb_add_hcd()
2933 && device_can_wakeup(&hcd->self.root_hub->dev)) in usb_add_hcd()
3020 rhdev = hcd->self.root_hub; in usb_remove_hcd()