Home
last modified time | relevance | path

Searched refs:dev_pm_domain_attach (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/base/power/
Dcommon.c101 int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() function
111 EXPORT_SYMBOL_GPL(dev_pm_domain_attach);
/linux-4.4.14/include/linux/
Dpm_domain.h241 extern int dev_pm_domain_attach(struct device *dev, bool power_on);
244 static inline int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() function
/linux-4.4.14/drivers/mmc/core/
Dsdio_bus.c140 ret = dev_pm_domain_attach(dev, false); in sdio_bus_probe()
/linux-4.4.14/drivers/amba/
Dbus.c240 ret = dev_pm_domain_attach(dev, true); in amba_probe()
/linux-4.4.14/drivers/base/
Dplatform.c515 ret = dev_pm_domain_attach(_dev, true); in platform_drv_probe()
/linux-4.4.14/drivers/spi/
Dspi.c349 ret = dev_pm_domain_attach(dev, true); in spi_drv_probe()
/linux-4.4.14/drivers/i2c/
Di2c-core.c732 status = dev_pm_domain_attach(&client->dev, true); in i2c_device_probe()