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

/linux-4.1.27/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.1.27/include/linux/
H A Dpm_domain.h316 extern int dev_pm_domain_attach(struct device *dev, bool power_on);
319 static inline int dev_pm_domain_attach(struct device *dev, bool power_on) dev_pm_domain_attach() function
/linux-4.1.27/drivers/mmc/core/
H A Dsdio_bus.c321 dev_pm_domain_attach(&func->dev, false); sdio_add_func()
/linux-4.1.27/drivers/amba/
H A Dbus.c240 ret = dev_pm_domain_attach(dev, true); amba_probe()
/linux-4.1.27/drivers/base/
H A Dplatform.c515 ret = dev_pm_domain_attach(_dev, true); platform_drv_probe()
/linux-4.1.27/drivers/i2c/
H A Di2c-core.c659 status = dev_pm_domain_attach(&client->dev, true); i2c_device_probe()
/linux-4.1.27/drivers/spi/
H A Dspi.c149 ret = dev_pm_domain_attach(dev, true); spi_drv_probe()

Completed in 252 milliseconds