Searched refs:dev_pm_domain_detach (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/drivers/base/power/ |
H A D | common.c | 114 * dev_pm_domain_detach - Detach a device from its PM domain. 125 void dev_pm_domain_detach(struct device *dev, bool power_off) dev_pm_domain_detach() function 130 EXPORT_SYMBOL_GPL(dev_pm_domain_detach); variable
|
/linux-4.4.14/drivers/mmc/core/ |
H A D | sdio_bus.c | 173 dev_pm_domain_detach(dev, false); sdio_bus_probe() 205 dev_pm_domain_detach(dev, false); sdio_bus_remove()
|
/linux-4.4.14/include/linux/ |
H A D | pm_domain.h | 242 extern void dev_pm_domain_detach(struct device *dev, bool power_off); 248 static inline void dev_pm_domain_detach(struct device *dev, bool power_off) {} function
|
/linux-4.4.14/drivers/amba/ |
H A D | bus.c | 246 dev_pm_domain_detach(dev, true); amba_probe() 263 dev_pm_domain_detach(dev, true); amba_probe() 285 dev_pm_domain_detach(dev, true); amba_remove()
|
/linux-4.4.14/drivers/base/ |
H A D | platform.c | 520 dev_pm_domain_detach(_dev, true); platform_drv_probe() 548 dev_pm_domain_detach(_dev, true); platform_drv_remove() 560 dev_pm_domain_detach(_dev, true); platform_drv_shutdown()
|
/linux-4.4.14/drivers/spi/ |
H A D | spi.c | 353 dev_pm_domain_detach(dev, true); spi_drv_probe() 365 dev_pm_domain_detach(dev, true); spi_drv_remove()
|
/linux-4.4.14/drivers/i2c/ |
H A D | i2c-core.c | 743 dev_pm_domain_detach(&client->dev, true); i2c_device_probe() 765 dev_pm_domain_detach(&client->dev, true); i2c_device_remove()
|
Completed in 320 milliseconds