Home
last modified time | relevance | path

Searched refs:controller_dev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/core/
H A Dphy.c338 int usb_phy_roothub_suspend(struct device *controller_dev, in usb_phy_roothub_suspend() argument
344 if (device_may_wakeup(controller_dev)) in usb_phy_roothub_suspend()
351 int usb_phy_roothub_resume(struct device *controller_dev, in usb_phy_roothub_resume() argument
357 if (!device_may_wakeup(controller_dev)) { in usb_phy_roothub_resume()
366 if (err && !device_may_wakeup(controller_dev)) in usb_phy_roothub_resume()
H A Dphy.h28 int usb_phy_roothub_suspend(struct device *controller_dev,
30 int usb_phy_roothub_resume(struct device *controller_dev,