Searched refs:root_hub (Results 1 - 17 of 17) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Ddevices.c576 if (!bus->root_hub)
578 usb_lock_device(bus->root_hub);
579 ret = usb_device_dump(&buf, &nbytes, &skip_bytes, ppos, bus->root_hub, bus, 0, 0, 0);
580 usb_unlock_device(bus->root_hub);
H A Dhcd-pci.c210 if (hcd->self.root_hub->dev.power.power_state.event == PM_EVENT_ON)
254 int wake = device_can_wakeup(&hcd->self.root_hub->dev);
H A Dhcd.c389 tbuf [0] = (device_may_wakeup(&hcd->self.root_hub->dev)
397 device_set_wakeup_enable(&hcd->self.root_hub->dev, 0);
402 if (device_can_wakeup(&hcd->self.root_hub->dev)
404 device_set_wakeup_enable(&hcd->self.root_hub->dev, 1);
433 if (device_can_wakeup(&hcd->self.root_hub->dev))
701 bus->root_hub = NULL;
795 struct usb_device *usb_dev = hcd->self.root_hub;
980 if (urb->dev == hcd->self.root_hub) {
1049 if (urb->dev == hcd->self.root_hub)
1134 && hcd->self.root_hub !
[all...]
H A Dhub.c762 if (hdev == hdev->bus->root_hub) {
1239 * (or root_hub) pointer.
1330 && udev->parent == udev->bus->root_hub) {
H A Dusb.c523 if (!bus->root_hub)
525 usb_lock_device(bus->root_hub);
526 dev = match_device(bus->root_hub, vendor_id, product_id);
527 usb_unlock_device(bus->root_hub);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Ddummy_hcd.c1747 dev_dbg (&hcd->self.root_hub->dev, "%s\n", __FUNCTION__);
1762 dev_dbg (&hcd->self.root_hub->dev, "%s\n", __FUNCTION__);
1766 dev_warn (&hcd->self.root_hub->dev, "HC isn't running!\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-hub.c80 if (device_may_wakeup(&hcd->self.root_hub->dev))
99 if (!device_may_wakeup(&hcd->self.root_hub->dev))
769 if (device_may_wakeup(&hcd->self.root_hub->dev))
H A Dehci-pci.c289 if (!device_may_wakeup(&hcd->self.root_hub->dev))
297 usb_root_hub_lost_power(hcd->self.root_hub);
H A Dehci-q.c202 ehci_to_hcd(ehci)->self.root_hub)) {
788 ehci_to_hcd(ehci)->self.root_hub)
H A Dehci-sched.c918 ehci_to_hcd(ehci)->self.root_hub))
H A Disp116x-hcd.c1429 if (device_may_wakeup(&hcd->self.root_hub->dev))
1475 hcd->self.root_hub->dev.power.power_state = PMSG_ON;
1489 hcd->self.root_hub->dev.power.power_state = PMSG_ON;
1516 hcd->self.root_hub->dev.power.power_state = PMSG_ON;
H A Dohci-hcd.c782 usb_root_hub_lost_power(ohci_to_hcd(ohci)->self.root_hub);
H A Dohci-hub.c108 if (device_may_wakeup(&ohci_to_hcd(ohci)->self.root_hub->dev) ||
342 ->self.root_hub->dev)) {
607 int ports = hcd_to_bus (hcd)->root_hub->maxchild;
H A Dohci-pci.c25 device_init_wakeup(&hcd->self.root_hub->dev, 0);
H A Dsl811-hcd.c1808 || !device_can_wakeup(&hcd->self.root_hub->dev)) {
1811 usb_root_hub_lost_power(hcd->self.root_hub);
H A Duhci-hcd.c267 dev_dbg(&uhci_to_hcd(uhci)->self.root_hub->dev,
289 &uhci_to_hcd(uhci)->self.root_hub->dev))
311 dev_warn(&uhci_to_hcd(uhci)->self.root_hub->dev,
344 dev_dbg(&uhci_to_hcd(uhci)->self.root_hub->dev,
733 dev_warn(&hcd->self.root_hub->dev, "HC isn't running!\n");
804 usb_root_hub_lost_power(hcd->self.root_hub);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusb.h292 struct usb_device *root_hub; /* Root hub */ member in struct:usb_bus

Completed in 111 milliseconds