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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dhcd.c1911 int hcd_bus_suspend(struct usb_device *rhdev, pm_message_t msg) argument
1913 struct usb_hcd *hcd = container_of(rhdev->bus, struct usb_hcd, self);
1917 dev_dbg(&rhdev->dev, "bus %s%s\n",
1926 usb_set_device_state(rhdev, USB_STATE_SUSPENDED);
1930 dev_dbg(&rhdev->dev, "bus %s fail, err %d\n",
1936 int hcd_bus_resume(struct usb_device *rhdev, pm_message_t msg) argument
1938 struct usb_hcd *hcd = container_of(rhdev->bus, struct usb_hcd, self);
1942 dev_dbg(&rhdev->dev, "usb %s%s\n",
1955 usb_set_device_state(rhdev, rhdev
2199 struct usb_device *rhdev; local
2357 struct usb_device *rhdev = hcd->self.root_hub; local
[all...]
H A Dhub.c2475 * @rhdev: struct usb_device for the root hub
2479 * has been reset. The routine marks @rhdev as having lost power.
2484 void usb_root_hub_lost_power(struct usb_device *rhdev) argument
2486 dev_warn(&rhdev->dev, "root hub lost power or was reset\n");
2487 rhdev->reset_resume = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dhcd.h533 extern void usb_root_hub_lost_power(struct usb_device *rhdev);
534 extern int hcd_bus_suspend(struct usb_device *rhdev, pm_message_t msg);
535 extern int hcd_bus_resume(struct usb_device *rhdev, pm_message_t msg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-hcd.c269 struct usb_device *rhdev = uhci_to_hcd(uhci)->self.root_hub; variable in typeref:struct:usb_device
272 dev_dbg(&rhdev->dev, "%s%s\n", __func__,
288 if (!device_may_wakeup(&rhdev->dev))
296 if (!rhdev->do_remote_wakeup)

Completed in 103 milliseconds