Searched refs:dev_pm_domain_detach (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/base/power/ |
D | common.c | 125 void dev_pm_domain_detach(struct device *dev, bool power_off) in dev_pm_domain_detach() function 130 EXPORT_SYMBOL_GPL(dev_pm_domain_detach);
|
/linux-4.1.27/include/linux/ |
D | pm_domain.h | 317 extern void dev_pm_domain_detach(struct device *dev, bool power_off); 323 static inline void dev_pm_domain_detach(struct device *dev, bool power_off) {} in dev_pm_domain_detach() function
|
/linux-4.1.27/drivers/amba/ |
D | bus.c | 246 dev_pm_domain_detach(dev, true); in amba_probe() 263 dev_pm_domain_detach(dev, true); in amba_probe() 285 dev_pm_domain_detach(dev, true); in amba_remove()
|
/linux-4.1.27/drivers/base/ |
D | platform.c | 519 dev_pm_domain_detach(_dev, true); in platform_drv_probe() 542 dev_pm_domain_detach(_dev, true); in platform_drv_remove() 553 dev_pm_domain_detach(_dev, true); in platform_drv_shutdown()
|
/linux-4.1.27/drivers/mmc/core/ |
D | sdio_bus.c | 338 dev_pm_domain_detach(&func->dev, false); in sdio_remove_func()
|
/linux-4.1.27/drivers/spi/ |
D | spi.c | 153 dev_pm_domain_detach(dev, true); in spi_drv_probe() 165 dev_pm_domain_detach(dev, true); in spi_drv_remove()
|
/linux-4.1.27/drivers/i2c/ |
D | i2c-core.c | 664 dev_pm_domain_detach(&client->dev, true); in i2c_device_probe() 685 dev_pm_domain_detach(&client->dev, true); in i2c_device_remove()
|