Home
last modified time | relevance | path

Searched refs:controller_dev (Results 1 – 3 of 3) 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,
/linux/drivers/mmc/host/
H A Dmeson-mx-sdio.c108 struct device *controller_dev; member
661 host->controller_dev = &pdev->dev; in meson_mx_mmc_probe()
671 ret = dev_err_probe(host->controller_dev, PTR_ERR(host->regmap), in meson_mx_mmc_probe()
682 ret = devm_request_threaded_irq(host->controller_dev, irq, in meson_mx_mmc_probe()
687 dev_err_probe(host->controller_dev, ret, in meson_mx_mmc_probe()
692 core_clk = devm_clk_get_enabled(host->controller_dev, "core"); in meson_mx_mmc_probe()
694 ret = dev_err_probe(host->controller_dev, PTR_ERR(core_clk), in meson_mx_mmc_probe()
707 dev_err_probe(host->controller_dev, ret, in meson_mx_mmc_probe()