Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/base/power/
Dcommon.c183 void dev_pm_domain_detach(struct device *dev, bool power_off) in dev_pm_domain_detach() function
188 EXPORT_SYMBOL_GPL(dev_pm_domain_detach);
/Linux-v5.10/drivers/soundwire/
Dbus_type.c112 dev_pm_domain_detach(dev, false); in sdw_drv_probe()
154 dev_pm_domain_detach(dev, false); in sdw_drv_remove()
/Linux-v5.10/drivers/amba/
Dbus.c275 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.10/sound/soc/sof/imx/
Dimx8.c259 dev_pm_domain_detach(priv->pd_dev[i], false); in imx8_probe()
343 dev_pm_domain_detach(priv->pd_dev[i], false); in imx8_probe()
358 dev_pm_domain_detach(priv->pd_dev[i], false); in imx8_remove()
/Linux-v5.10/include/linux/
Dpm_domain.h400 void dev_pm_domain_detach(struct device *dev, bool power_off);
418 static inline void dev_pm_domain_detach(struct device *dev, bool power_off) {} in dev_pm_domain_detach() function
/Linux-v5.10/drivers/mmc/core/
Dsdio_bus.c202 dev_pm_domain_detach(dev, false); in sdio_bus_probe()
234 dev_pm_domain_detach(dev, false); in sdio_bus_remove()
/Linux-v5.10/drivers/media/platform/qcom/camss/
Dcamss.c931 dev_pm_domain_detach(camss->genpd[PM_DOMAIN_VFE0], in camss_probe()
962 dev_pm_domain_detach(camss->genpd[PM_DOMAIN_VFE0], true); in camss_delete()
963 dev_pm_domain_detach(camss->genpd[PM_DOMAIN_VFE1], true); in camss_delete()
/Linux-v5.10/drivers/cpuidle/
Dcpuidle-psci-domain.c338 dev_pm_domain_detach(dev, false); in psci_dt_detach_cpu()
/Linux-v5.10/drivers/remoteproc/
Dqcom_q6v5_pas.c331 dev_pm_domain_detach(devs[i], false); in adsp_pds_attach()
349 dev_pm_domain_detach(pds[i], false); in adsp_pds_detach()
Dqcom_q6v5_mss.c1529 dev_pm_domain_detach(devs[i], false); in q6v5_pds_attach()
1540 dev_pm_domain_detach(pds[i], false); in q6v5_pds_detach()
/Linux-v5.10/drivers/tty/serdev/
Dcore.c419 dev_pm_domain_detach(dev, true); in serdev_drv_probe()
430 dev_pm_domain_detach(dev, true); in serdev_drv_remove()
/Linux-v5.10/drivers/gpu/drm/panfrost/
Dpanfrost_device.c141 dev_pm_domain_detach(pfdev->pm_domain_devs[i], true); in panfrost_pm_domain_fini()
/Linux-v5.10/drivers/rpmsg/
Drpmsg_core.c499 dev_pm_domain_detach(dev, true); in rpmsg_dev_remove()
/Linux-v5.10/drivers/base/
Dplatform.c763 dev_pm_domain_detach(_dev, true); in platform_drv_probe()
788 dev_pm_domain_detach(_dev, true); in platform_drv_remove()
/Linux-v5.10/drivers/media/platform/qcom/venus/
Dpm_helpers.c804 dev_pm_domain_detach(core->pmdomains[i], true); in vcodec_domains_get()
825 dev_pm_domain_detach(core->pmdomains[i], true); in vcodec_domains_put()
/Linux-v5.10/drivers/i2c/
Di2c-core-base.c539 dev_pm_domain_detach(&client->dev, true); in i2c_device_probe()
565 dev_pm_domain_detach(&client->dev, true); in i2c_device_remove()
/Linux-v5.10/drivers/usb/host/
Dxhci-tegra.c1027 dev_pm_domain_detach(tegra->genpd_dev_ss, true); in tegra_xusb_powerdomain_remove()
1029 dev_pm_domain_detach(tegra->genpd_dev_host, true); in tegra_xusb_powerdomain_remove()
/Linux-v5.10/drivers/gpu/drm/msm/adreno/
Da6xx_gmu.c1415 dev_pm_domain_detach(gmu->gxpd, false); in a6xx_gmu_remove()
/Linux-v5.10/drivers/spi/
Dspi.c410 dev_pm_domain_detach(dev, true); in spi_drv_probe()
421 dev_pm_domain_detach(dev, true); in spi_drv_remove()
/Linux-v5.10/drivers/opp/
Dcore.c1979 dev_pm_domain_detach(opp_table->genpd_virt_devs[index], false); in _opp_detach_genpd()
/Linux-v5.10/drivers/usb/gadget/udc/
Dtegra-xudc.c3685 dev_pm_domain_detach(xudc->genpd_dev_ss, true); in tegra_xudc_powerdomain_remove()
3687 dev_pm_domain_detach(xudc->genpd_dev_device, true); in tegra_xudc_powerdomain_remove()