Home
last modified time | relevance | path

Searched refs:dev_pm_domain_detach (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/base/power/
Dcommon.c185 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/
Dbus_type.c92 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/
Dbus.c260 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/
Dpm_domain.h314 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/
Dsdio_bus.c174 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/
Dcamss.c931 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/
Dcore.c362 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/
Drpmsg_core.c498 dev_pm_domain_detach(dev, true); in rpmsg_dev_remove()
/Linux-v4.19/drivers/base/
Dplatform.c581 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/
Di2c-core-base.c409 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/
Dspi.c367 dev_pm_domain_detach(dev, true); in spi_drv_probe()
378 dev_pm_domain_detach(dev, true); in spi_drv_remove()