Home
last modified time | relevance | path

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

12

/Linux-v5.15/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.15/drivers/gpu/drm/
Ddrm_dp_aux_bus.c59 dev_pm_domain_detach(dev, true); in dp_aux_ep_probe()
78 dev_pm_domain_detach(dev, true); in dp_aux_ep_remove()
/Linux-v5.15/drivers/base/
Dauxiliary.c77 dev_pm_domain_detach(dev, true); in auxiliary_bus_probe()
89 dev_pm_domain_detach(dev, true); in auxiliary_bus_remove()
Dplatform.c1413 dev_pm_domain_detach(_dev, true); in platform_probe()
1436 dev_pm_domain_detach(_dev, true); in platform_remove()
/Linux-v5.15/drivers/soundwire/
Dbus_type.c116 dev_pm_domain_detach(dev, false); in sdw_drv_probe()
158 dev_pm_domain_detach(dev, false); in sdw_drv_remove()
/Linux-v5.15/drivers/amba/
Dbus.c199 dev_pm_domain_detach(dev, true); in amba_probe()
216 dev_pm_domain_detach(dev, true); in amba_probe()
238 dev_pm_domain_detach(dev, true); in amba_remove()
460 dev_pm_domain_detach(&dev->dev, true); in amba_device_try_add()
487 dev_pm_domain_detach(&dev->dev, true); in amba_device_try_add()
/Linux-v5.15/sound/soc/sof/imx/
Dimx8.c259 dev_pm_domain_detach(priv->pd_dev[i], false); in imx8_probe()
344 dev_pm_domain_detach(priv->pd_dev[i], false); in imx8_probe()
359 dev_pm_domain_detach(priv->pd_dev[i], false); in imx8_remove()
/Linux-v5.15/include/linux/
Dpm_domain.h414 void dev_pm_domain_detach(struct device *dev, bool power_off);
432 static inline void dev_pm_domain_detach(struct device *dev, bool power_off) {} in dev_pm_domain_detach() function
/Linux-v5.15/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.15/drivers/clk/qcom/
Dapcs-sdx55.c129 dev_pm_domain_detach(cpu_dev, true); in qcom_apcs_sdx55_clk_remove()
/Linux-v5.15/drivers/media/platform/qcom/camss/
Dcamss.c1267 dev_pm_domain_detach(camss->genpd[i], true); in camss_configure_pd()
1280 dev_pm_domain_detach(camss->genpd[i], true); in camss_configure_pd()
1465 dev_pm_domain_detach(camss->genpd[i], true); in camss_delete()
/Linux-v5.15/drivers/cpuidle/
Dcpuidle-psci-domain.c340 dev_pm_domain_detach(dev, false); in psci_dt_detach_cpu()
/Linux-v5.15/drivers/remoteproc/
Dqcom_wcnss.c400 dev_pm_domain_detach(wcnss->pds[i], false); in wcnss_init_pds()
414 dev_pm_domain_detach(wcnss->pds[i], false); in wcnss_release_pds()
Dqcom_q6v5_pas.c352 dev_pm_domain_detach(devs[i], false); in adsp_pds_attach()
370 dev_pm_domain_detach(pds[i], false); in adsp_pds_detach()
Dqcom_q6v5_mss.c1580 dev_pm_domain_detach(devs[i], false); in q6v5_pds_attach()
1591 dev_pm_domain_detach(pds[i], false); in q6v5_pds_detach()
/Linux-v5.15/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.15/drivers/gpu/drm/panfrost/
Dpanfrost_device.c136 dev_pm_domain_detach(pfdev->pm_domain_devs[i], true); in panfrost_pm_domain_fini()
/Linux-v5.15/drivers/rpmsg/
Drpmsg_core.c544 dev_pm_domain_detach(dev, true); in rpmsg_dev_remove()
/Linux-v5.15/drivers/media/platform/qcom/venus/
Dpm_helpers.c903 dev_pm_domain_detach(core->pmdomains[i], true); in vcodec_domains_get()
920 dev_pm_domain_detach(core->pmdomains[i], true); in vcodec_domains_put()
/Linux-v5.15/drivers/i2c/
Di2c-core-base.c593 dev_pm_domain_detach(&client->dev, true); in i2c_device_probe()
624 dev_pm_domain_detach(&client->dev, true); in i2c_device_remove()
/Linux-v5.15/drivers/usb/host/
Dxhci-tegra.c1002 dev_pm_domain_detach(tegra->genpd_dev_ss, true); in tegra_xusb_powerdomain_remove()
1004 dev_pm_domain_detach(tegra->genpd_dev_host, true); in tegra_xusb_powerdomain_remove()
/Linux-v5.15/drivers/gpu/drm/msm/adreno/
Da6xx_gmu.c1459 dev_pm_domain_detach(gmu->gxpd, false); in a6xx_gmu_remove()
/Linux-v5.15/drivers/spi/
Dspi.c398 dev_pm_domain_detach(dev, true); in spi_probe()
418 dev_pm_domain_detach(dev, true); in spi_remove()
/Linux-v5.15/drivers/usb/gadget/udc/
Dtegra-xudc.c3681 dev_pm_domain_detach(xudc->genpd_dev_ss, true); in tegra_xudc_powerdomain_remove()
3683 dev_pm_domain_detach(xudc->genpd_dev_device, true); in tegra_xudc_powerdomain_remove()
/Linux-v5.15/drivers/opp/
Dcore.c2320 dev_pm_domain_detach(opp_table->genpd_virt_devs[index], false); in _opp_detach_genpd()

12