Home
last modified time | relevance | path

Searched refs:root_hub (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v4.19/drivers/usb/core/
Dhcd.c541 tbuf[0] = (device_may_wakeup(&hcd->self.root_hub->dev) in rh_call_control()
549 device_set_wakeup_enable(&hcd->self.root_hub->dev, 0); in rh_call_control()
554 if (device_can_wakeup(&hcd->self.root_hub->dev) in rh_call_control()
556 device_set_wakeup_enable(&hcd->self.root_hub->dev, 1); in rh_call_control()
613 if (device_can_wakeup(&hcd->self.root_hub->dev)) in rh_call_control()
684 usb_hub_adjust_deviceremovable(hcd->self.root_hub, in rh_call_control()
988 bus->root_hub = NULL; in usb_bus_init()
1071 struct usb_device *usb_dev = hcd->self.root_hub; in register_root_hub()
1140 pm_runtime_get_noresume(&bus->root_hub->dev); in usb_hcd_start_port_resume()
1162 pm_runtime_put_noidle(&bus->root_hub->dev); in usb_hcd_end_port_resume()
[all …]
Dhcd-pci.c73 if (!companion_hcd || !companion_hcd->self.root_hub) in for_each_companion()
91 udev = companion_hcd->self.root_hub; in ehci_pre_add()
113 udev = companion_hcd->self.root_hub; in ehci_post_add()
Ddevices.c610 usb_lock_device(bus->root_hub); in usb_device_read()
612 bus->root_hub, bus, 0, 0, 0); in usb_device_read()
613 usb_unlock_device(bus->root_hub); in usb_device_read()
Dusb.c560 unsigned root_hub = 0; in usb_alloc_dev() local
622 root_hub = 1; in usb_alloc_dev()
666 if (root_hub) /* Root hub always ok [and always wired] */ in usb_alloc_dev()
Dport.c477 peer_hdev = peer_hcd->self.root_hub; in find_and_link_peer()
Ddriver.c1184 &udev->bus->hs_companion->root_hub->dev); in usb_resume_device()
1838 if (w && udev->parent == udev->bus->root_hub && in autosuspend_check()
/Linux-v4.19/drivers/usb/host/
Duhci-pci.c240 usb_root_hub_lost_power(hcd->self.root_hub); in uhci_pci_resume()
247 if (!uhci->RD_enable && hcd->self.root_hub->do_remote_wakeup) in uhci_pci_resume()
Dr8a66597-hcd.c357 r8a66597->root_hub[dev->root_port].dev = dev; in make_r8a66597_device()
427 if (r8a66597->root_hub[port].dev == dev) { in free_usb_address()
428 r8a66597->root_hub[port].dev = NULL; in free_usb_address()
998 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in start_root_hub_sampling()
1042 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_usb_connect()
1057 struct r8a66597_device *dev = r8a66597->root_hub[port].dev; in r8a66597_usb_disconnect()
1688 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port]; in r8a66597_root_hub_control()
2052 struct usb_device *root_hub, in update_usb_address_map() argument
2095 if (bus && bus->root_hub) { in r8a66597_check_detect_child()
2096 collect_usb_address_map(bus->root_hub, now_map); in r8a66597_check_detect_child()
[all …]
Dohci-hub.c113 if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup || autostop) { in ohci_rh_suspend()
200 usb_root_hub_lost_power(hcd->self.root_hub); in ohci_rh_resume()
371 ->self.root_hub->dev)) { in ohci_root_hub_state_changes()
408 !ohci_to_hcd(ohci)->self.root_hub-> in ohci_root_hub_state_changes()
Dehci-hub.c28 udev->bus->root_hub->speed < USB_SPEED_HIGH; in persist_enabled_on_companion()
158 if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup) in ehci_adjust_port_wakeup_flags()
239 if (hcd->self.root_hub->do_remote_wakeup) { in ehci_bus_suspend()
271 if (hcd->self.root_hub->do_remote_wakeup) { in ehci_bus_suspend()
357 if (!hcd->self.root_hub->do_remote_wakeup) in ehci_bus_suspend()
809 udev = usb_hub_find_child(hcd->self.root_hub, port); in ehset_single_step_set_feature()
Duhci-hcd.c294 struct usb_device *rhdev = uhci_to_hcd(uhci)->self.root_hub; in suspend_rh()
414 dev_dbg(&uhci_to_hcd(uhci)->self.root_hub->dev, in wakeup_rh()
742 else if (hcd->self.root_hub->do_remote_wakeup && in uhci_rh_suspend()
Dohci-pci.c37 device_init_wakeup(&hcd->self.root_hub->dev, 0); in broken_suspend()
Dehci-fsl.c573 usb_root_hub_lost_power(hcd->self.root_hub); in ehci_fsl_drv_resume()
588 usb_root_hub_lost_power(hcd->self.root_hub); in ehci_fsl_drv_restore()
Dxhci-hub.c581 temp = usb_acpi_power_manageable(hcd->self.root_hub, in xhci_set_port_power()
584 usb_acpi_set_power_state(hcd->self.root_hub, in xhci_set_port_power()
1480 if (hcd->self.root_hub->do_remote_wakeup) { in xhci_bus_suspend()
1516 if (hcd->self.root_hub->do_remote_wakeup) { in xhci_bus_suspend()
Dr8a66597.h111 struct r8a66597_root_hub root_hub[R8A66597_MAX_ROOT_HUB]; member
Dehci-hcd.c1146 if (!hcd->self.root_hub->do_remote_wakeup) in ehci_resume()
1159 usb_root_hub_lost_power(hcd->self.root_hub); in ehci_resume()
Dehci-q.c171 ehci_to_hcd(ehci)->self.root_hub) { in ehci_clear_tt_buffer()
891 if (tt && tt->hub != ehci_to_hcd(ehci)->self.root_hub) in qh_make()
Dsl811-hcd.c1775 if (!sl811->port1 || !device_can_wakeup(&hcd->self.root_hub->dev)) { in sl811h_resume()
1778 usb_root_hub_lost_power(hcd->self.root_hub); in sl811h_resume()
/Linux-v4.19/drivers/usb/usbip/
Dvhci_hcd.c1142 hcd->self.root_hub->speed = USB_SPEED_HIGH; in vhci_setup()
1147 hcd->self.root_hub->speed = USB_SPEED_SUPER; in vhci_setup()
1231 dev_err_ratelimited(&hcd->self.root_hub->dev, "Not yet implemented\n"); in vhci_get_frame_number()
1243 dev_dbg(&hcd->self.root_hub->dev, "%s\n", __func__); in vhci_bus_suspend()
1258 dev_dbg(&hcd->self.root_hub->dev, "%s\n", __func__); in vhci_bus_resume()
1281 dev_dbg(&hcd->self.root_hub->dev, "vhci_alloc_streams not implemented\n"); in vhci_alloc_streams()
1290 dev_dbg(&hcd->self.root_hub->dev, "vhci_free_streams not implemented\n"); in vhci_free_streams()
/Linux-v4.19/drivers/usb/misc/
Dehset.c98 if (hub_udev != dev->bus->root_hub) { in ehset_probe()
/Linux-v4.19/drivers/staging/greybus/
Dusb.c73 if (bus->root_hub) in hcd_start()
/Linux-v4.19/drivers/usb/common/
Dusb-otg-fsm.c132 udev = usb_hub_find_child(fsm->otg->host->root_hub, 1); in otg_hnp_polling_work()
/Linux-v4.19/drivers/usb/dwc2/
Dhcd_intr.c101 struct usb_device *root_hub = dwc2_hsotg_to_hcd(hsotg)->self.root_hub; in dwc2_hc_handle_tt_clear() local
123 if (usb_urb->dev->tt->hub == root_hub) in dwc2_hc_handle_tt_clear()
/Linux-v4.19/drivers/usb/gadget/udc/
Ddummy_hcd.c2332 dev_dbg(&hcd->self.root_hub->dev, "%s\n", __func__); in dummy_bus_suspend()
2347 dev_dbg(&hcd->self.root_hub->dev, "%s\n", __func__); in dummy_bus_resume()
2508 hcd->self.root_hub->speed = USB_SPEED_HIGH; in dummy_setup()
2513 hcd->self.root_hub->speed = USB_SPEED_SUPER; in dummy_setup()
/Linux-v4.19/drivers/usb/chipidea/
Dotg_fsm.c517 udev = usb_hub_find_child(fsm->otg->host->root_hub, 1); in ci_otg_loc_sof()

12