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

/linux-4.4.14/drivers/base/power/
H A Dcommon.c83 * dev_pm_domain_attach - Attach a device to its PM domain.
101 int dev_pm_domain_attach(struct device *dev, bool power_on) dev_pm_domain_attach() function
111 EXPORT_SYMBOL_GPL(dev_pm_domain_attach); variable
118 * This functions will reverse the actions from dev_pm_domain_attach() and thus
/linux-4.4.14/include/linux/
H A 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) dev_pm_domain_attach() function
/linux-4.4.14/drivers/mmc/core/
H A Dsdio_bus.c140 ret = dev_pm_domain_attach(dev, false); sdio_bus_probe()
/linux-4.4.14/drivers/base/
H A Dplatform.c515 ret = dev_pm_domain_attach(_dev, true); platform_drv_probe()
522 /* don't fail if just dev_pm_domain_attach failed */ platform_drv_probe()
/linux-4.4.14/drivers/amba/
H A Dbus.c240 ret = dev_pm_domain_attach(dev, true); amba_probe()
/linux-4.4.14/drivers/spi/
H A Dspi.c349 ret = dev_pm_domain_attach(dev, true); spi_drv_probe()
/linux-4.4.14/drivers/i2c/
H A Di2c-core.c732 status = dev_pm_domain_attach(&client->dev, true); i2c_device_probe()

Completed in 370 milliseconds