Home
last modified time | relevance | path

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

12

/linux-6.12.1/sound/soc/codecs/
Dlpass-macro-common.c51 dev_pm_domain_detach(l_pds->dcodec_pd, false); in lpass_macro_pds_init()
55 dev_pm_domain_detach(l_pds->macro_pd, false); in lpass_macro_pds_init()
65 dev_pm_domain_detach(pds->macro_pd, false); in lpass_macro_pds_exit()
67 dev_pm_domain_detach(pds->dcodec_pd, false); in lpass_macro_pds_exit()
/linux-6.12.1/drivers/base/power/
Dcommon.c267 dev_pm_domain_detach(pd_dev, true); in dev_pm_domain_attach_list()
272 dev_pm_domain_detach(pds->pd_devs[i], true); in dev_pm_domain_attach_list()
339 void dev_pm_domain_detach(struct device *dev, bool power_off) in dev_pm_domain_detach() function
344 EXPORT_SYMBOL_GPL(dev_pm_domain_detach);
366 dev_pm_domain_detach(list->pd_devs[i], true); in dev_pm_domain_detach_list()
/linux-6.12.1/drivers/base/
Dauxiliary.c218 dev_pm_domain_detach(dev, true); in auxiliary_bus_probe()
230 dev_pm_domain_detach(dev, true); in auxiliary_bus_remove()
Dplatform.c1406 dev_pm_domain_detach(_dev, true); in platform_probe()
1425 dev_pm_domain_detach(_dev, true); in platform_remove()
/linux-6.12.1/drivers/soundwire/
Dbus_type.c110 dev_pm_domain_detach(dev, false); in sdw_drv_probe()
178 dev_pm_domain_detach(dev, false); in sdw_drv_remove()
/linux-6.12.1/drivers/pmdomain/imx/
Dimx8m-blk-ctrl.c282 dev_pm_domain_detach(domain->power_dev, true); in imx8m_blk_ctrl_probe()
328 dev_pm_domain_detach(bc->domains[i].power_dev, true); in imx8m_blk_ctrl_probe()
331 dev_pm_domain_detach(bc->bus_power_dev, true); in imx8m_blk_ctrl_probe()
347 dev_pm_domain_detach(domain->power_dev, true); in imx8m_blk_ctrl_remove()
352 dev_pm_domain_detach(bc->bus_power_dev, true); in imx8m_blk_ctrl_remove()
Dimx8mp-blk-ctrl.c710 dev_pm_domain_detach(domain->power_dev, true); in imx8mp_blk_ctrl_probe()
758 dev_pm_domain_detach(bc->domains[i].power_dev, true); in imx8mp_blk_ctrl_probe()
761 dev_pm_domain_detach(bc->bus_power_dev, true); in imx8mp_blk_ctrl_probe()
777 dev_pm_domain_detach(domain->power_dev, true); in imx8mp_blk_ctrl_remove()
782 dev_pm_domain_detach(bc->bus_power_dev, true); in imx8mp_blk_ctrl_remove()
/linux-6.12.1/drivers/amba/
Dbus.c203 dev_pm_domain_detach(&dev->dev, true); in amba_read_periphid()
300 dev_pm_domain_detach(dev, true); in amba_probe()
317 dev_pm_domain_detach(dev, true); in amba_probe()
339 dev_pm_domain_detach(dev, true); in amba_remove()
/linux-6.12.1/drivers/gpu/drm/display/
Ddrm_dp_aux_bus.c91 dev_pm_domain_detach(dev, true); in dp_aux_ep_probe()
109 dev_pm_domain_detach(dev, true); in dp_aux_ep_remove()
/linux-6.12.1/drivers/clk/imx/
Dclk-imx8-acm.c298 dev_pm_domain_detach(dev_pm->pd_dev[i], false); in clk_imx_acm_attach_pm_domains()
308 dev_pm_domain_detach(dev_pm->pd_dev[i], false); in clk_imx_acm_attach_pm_domains()
328 dev_pm_domain_detach(dev_pm->pd_dev[i], false); in clk_imx_acm_detach_pm_domains()
/linux-6.12.1/sound/soc/sof/imx/
Dimx8.c228 dev_pm_domain_detach(priv->pd_dev[i], false); in imx8_probe()
326 dev_pm_domain_detach(priv->pd_dev[i], false); in imx8_probe()
342 dev_pm_domain_detach(priv->pd_dev[i], false); in imx8_remove()
/linux-6.12.1/drivers/mmc/core/
Dsdio_bus.c203 dev_pm_domain_detach(dev, false); in sdio_bus_probe()
235 dev_pm_domain_detach(dev, false); in sdio_bus_remove()
/linux-6.12.1/include/linux/
Dpm_domain.h488 void dev_pm_domain_detach(struct device *dev, bool power_off);
522 static inline void dev_pm_domain_detach(struct device *dev, bool power_off) {} in dev_pm_domain_detach() function
/linux-6.12.1/drivers/clk/qcom/
Dapcs-sdx55.c129 dev_pm_domain_detach(cpu_dev, true); in qcom_apcs_sdx55_clk_remove()
/linux-6.12.1/drivers/bus/
Dqcom-ssc-block-bus.c207 dev_pm_domain_detach(pds[i], false); in qcom_ssc_block_bus_pds_attach()
217 dev_pm_domain_detach(pds[i], false); in qcom_ssc_block_bus_pds_detach()
/linux-6.12.1/drivers/cpuidle/
Ddt_idle_genpd.c195 dev_pm_domain_detach(dev, false); in dt_idle_detach_cpu()
/linux-6.12.1/drivers/remoteproc/
Dqcom_wcnss.c410 dev_pm_domain_detach(wcnss->pds[i], false); in wcnss_init_pds()
424 dev_pm_domain_detach(wcnss->pds[i], false); in wcnss_release_pds()
Dqcom_q6v5_pas.c534 dev_pm_domain_detach(devs[i], false); in adsp_pds_attach()
552 dev_pm_domain_detach(pds[i], false); in adsp_pds_detach()
/linux-6.12.1/drivers/tty/serdev/
Dcore.c420 dev_pm_domain_detach(dev, true); in serdev_drv_probe()
431 dev_pm_domain_detach(dev, true); in serdev_drv_remove()
/linux-6.12.1/drivers/gpu/drm/msm/adreno/
Da6xx_gmu.c1559 dev_pm_domain_detach(gmu->cxpd, false); in a6xx_gmu_remove()
1563 dev_pm_domain_detach(gmu->gxpd, false); in a6xx_gmu_remove()
1649 dev_pm_domain_detach(gmu->cxpd, false); in a6xx_gmu_wrapper_init()
1828 dev_pm_domain_detach(gmu->cxpd, false); in a6xx_gmu_init()
/linux-6.12.1/drivers/gpu/drm/panfrost/
Dpanfrost_device.c138 dev_pm_domain_detach(pfdev->pm_domain_devs[i], true); in panfrost_pm_domain_fini()
/linux-6.12.1/sound/soc/apple/
Dmca.c997 dev_pm_domain_detach(cl->pd_dev, true); in apple_mca_release()
1004 dev_pm_domain_detach(mca->pd_dev, true); in apple_mca_release()
/linux-6.12.1/drivers/rpmsg/
Drpmsg_core.c604 dev_pm_domain_detach(dev, true); in rpmsg_dev_remove()
/linux-6.12.1/drivers/media/platform/qcom/camss/
Dcamss.c2165 dev_pm_domain_detach(camss->genpd, true); in camss_configure_pd()
2205 dev_pm_domain_detach(camss->genpd, true); in camss_genpd_cleanup()
/linux-6.12.1/drivers/video/fbdev/
Dsimplefb.c455 dev_pm_domain_detach(par->genpds[i], true); in simplefb_detach_genpds()

12