Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/linux/
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) in dev_pm_domain_attach() function
/linux-4.1.27/drivers/mmc/core/
Dsdio_bus.c321 dev_pm_domain_attach(&func->dev, false); in sdio_add_func()
/linux-4.1.27/drivers/amba/
Dbus.c240 ret = dev_pm_domain_attach(dev, true); in amba_probe()
/linux-4.1.27/drivers/base/
Dplatform.c515 ret = dev_pm_domain_attach(_dev, true); in platform_drv_probe()
/linux-4.1.27/drivers/spi/
Dspi.c149 ret = dev_pm_domain_attach(dev, true); in spi_drv_probe()
/linux-4.1.27/drivers/i2c/
Di2c-core.c659 status = dev_pm_domain_attach(&client->dev, true); in i2c_device_probe()