Searched refs:dev_pm_domain_detach (Results  1 – 16 of 16) sorted by relevance
| /Linux-v5.4/drivers/base/power/ | 
| D | common.c | 183 void dev_pm_domain_detach(struct device *dev, bool power_off)  in dev_pm_domain_detach()  function188 EXPORT_SYMBOL_GPL(dev_pm_domain_detach);
 
 | 
| /Linux-v5.4/drivers/soundwire/ | 
| D | bus_type.c | 93 		dev_pm_domain_detach(dev, false);  in sdw_drv_probe()125 	dev_pm_domain_detach(dev, false);  in sdw_drv_remove()
 
 | 
| /Linux-v5.4/sound/soc/sof/imx/ | 
| D | imx8.c | 232 			dev_pm_domain_detach(priv->pd_dev[i], false);  in imx8_probe()314 		dev_pm_domain_detach(priv->pd_dev[i], false);  in imx8_probe()
 329 		dev_pm_domain_detach(priv->pd_dev[i], false);  in imx8_remove()
 
 | 
| /Linux-v5.4/drivers/amba/ | 
| D | bus.c | 275 			dev_pm_domain_detach(dev, true);  in amba_probe()292 		dev_pm_domain_detach(dev, true);  in amba_probe()
 314 	dev_pm_domain_detach(dev, true);  in amba_remove()
 454 	dev_pm_domain_detach(&dev->dev, true);  in amba_device_try_add()
 481 	dev_pm_domain_detach(&dev->dev, true);  in amba_device_try_add()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | pm_domain.h | 368 void dev_pm_domain_detach(struct device *dev, bool power_off);385 static inline void dev_pm_domain_detach(struct device *dev, bool power_off) {}  in dev_pm_domain_detach()  function
 
 | 
| /Linux-v5.4/drivers/mmc/core/ | 
| D | sdio_bus.c | 170 	dev_pm_domain_detach(dev, false);  in sdio_bus_probe()201 	dev_pm_domain_detach(dev, false);  in sdio_bus_remove()
 
 | 
| /Linux-v5.4/drivers/media/platform/qcom/camss/ | 
| D | camss.c | 923 			dev_pm_domain_detach(camss->genpd[PM_DOMAIN_VFE0],  in camss_probe()952 		dev_pm_domain_detach(camss->genpd[PM_DOMAIN_VFE0], true);  in camss_delete()
 953 		dev_pm_domain_detach(camss->genpd[PM_DOMAIN_VFE1], true);  in camss_delete()
 
 | 
| /Linux-v5.4/drivers/tty/serdev/ | 
| D | core.c | 418 		dev_pm_domain_detach(dev, true);  in serdev_drv_probe()429 	dev_pm_domain_detach(dev, true);  in serdev_drv_remove()
 
 | 
| /Linux-v5.4/drivers/rpmsg/ | 
| D | rpmsg_core.c | 499 	dev_pm_domain_detach(dev, true);  in rpmsg_dev_remove()
 | 
| /Linux-v5.4/drivers/base/ | 
| D | platform.c | 699 			dev_pm_domain_detach(_dev, true);  in platform_drv_probe()724 	dev_pm_domain_detach(_dev, true);  in platform_drv_remove()
 
 | 
| /Linux-v5.4/drivers/usb/host/ | 
| D | xhci-tegra.c | 927 		dev_pm_domain_detach(tegra->genpd_dev_ss, true);  in tegra_xusb_powerdomain_remove()929 		dev_pm_domain_detach(tegra->genpd_dev_host, true);  in tegra_xusb_powerdomain_remove()
 
 | 
| /Linux-v5.4/drivers/remoteproc/ | 
| D | qcom_q6v5_mss.c | 1295 		dev_pm_domain_detach(devs[i], false);  in q6v5_pds_attach()1306 		dev_pm_domain_detach(pds[i], false);  in q6v5_pds_detach()
 
 | 
| /Linux-v5.4/drivers/i2c/ | 
| D | i2c-core-base.c | 400 	dev_pm_domain_detach(&client->dev, true);  in i2c_device_probe()422 	dev_pm_domain_detach(&client->dev, true);  in i2c_device_remove()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/msm/adreno/ | 
| D | a6xx_gmu.c | 1239 		dev_pm_domain_detach(gmu->gxpd, false);  in a6xx_gmu_remove()
 | 
| /Linux-v5.4/drivers/spi/ | 
| D | spi.c | 410 		dev_pm_domain_detach(dev, true);  in spi_drv_probe()421 	dev_pm_domain_detach(dev, true);  in spi_drv_remove()
 
 | 
| /Linux-v5.4/drivers/opp/ | 
| D | core.c | 1811 		dev_pm_domain_detach(opp_table->genpd_virt_devs[index], false);  in _opp_detach_genpd()
 |