Searched refs:dev_pm_domain_detach (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/base/power/ |
D | common.c | 185 void dev_pm_domain_detach(struct device *dev, bool power_off) in dev_pm_domain_detach() function 190 EXPORT_SYMBOL_GPL(dev_pm_domain_detach);
|
/Linux-v4.19/drivers/soundwire/ |
D | bus_type.c | 92 dev_pm_domain_detach(dev, false); in sdw_drv_probe() 124 dev_pm_domain_detach(dev, false); in sdw_drv_remove()
|
/Linux-v4.19/drivers/amba/ |
D | bus.c | 260 dev_pm_domain_detach(dev, true); in amba_probe() 277 dev_pm_domain_detach(dev, true); in amba_probe() 299 dev_pm_domain_detach(dev, true); in amba_remove() 412 dev_pm_domain_detach(&dev->dev, true); in amba_device_try_add()
|
/Linux-v4.19/include/linux/ |
D | pm_domain.h | 314 void dev_pm_domain_detach(struct device *dev, bool power_off); 331 static inline void dev_pm_domain_detach(struct device *dev, bool power_off) {} in dev_pm_domain_detach() function
|
/Linux-v4.19/drivers/mmc/core/ |
D | sdio_bus.c | 174 dev_pm_domain_detach(dev, false); in sdio_bus_probe() 206 dev_pm_domain_detach(dev, false); in sdio_bus_remove()
|
/Linux-v4.19/drivers/media/platform/qcom/camss/ |
D | camss.c | 931 dev_pm_domain_detach(camss->genpd[PM_DOMAIN_VFE0], in camss_probe() 958 dev_pm_domain_detach(camss->genpd[PM_DOMAIN_VFE0], true); in camss_delete() 959 dev_pm_domain_detach(camss->genpd[PM_DOMAIN_VFE1], true); in camss_delete()
|
/Linux-v4.19/drivers/tty/serdev/ |
D | core.c | 362 dev_pm_domain_detach(dev, true); in serdev_drv_probe() 373 dev_pm_domain_detach(dev, true); in serdev_drv_remove()
|
/Linux-v4.19/drivers/rpmsg/ |
D | rpmsg_core.c | 498 dev_pm_domain_detach(dev, true); in rpmsg_dev_remove()
|
/Linux-v4.19/drivers/base/ |
D | platform.c | 581 dev_pm_domain_detach(_dev, true); in platform_drv_probe() 606 dev_pm_domain_detach(_dev, true); in platform_drv_remove()
|
/Linux-v4.19/drivers/i2c/ |
D | i2c-core-base.c | 409 dev_pm_domain_detach(&client->dev, true); in i2c_device_probe() 431 dev_pm_domain_detach(&client->dev, true); in i2c_device_remove()
|
/Linux-v4.19/drivers/spi/ |
D | spi.c | 367 dev_pm_domain_detach(dev, true); in spi_drv_probe() 378 dev_pm_domain_detach(dev, true); in spi_drv_remove()
|