Home
last modified time | relevance | path

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

12

/linux/drivers/soc/imx/
A Dimx8m-blk-ctrl.c251 dev_pm_domain_detach(domain->power_dev, true); in imx8m_blk_ctrl_probe()
293 dev_pm_domain_detach(bc->domains[i].power_dev, true); in imx8m_blk_ctrl_probe()
296 dev_pm_domain_detach(bc->bus_power_dev, true); in imx8m_blk_ctrl_probe()
312 dev_pm_domain_detach(domain->power_dev, true); in imx8m_blk_ctrl_remove()
317 dev_pm_domain_detach(bc->bus_power_dev, true); in imx8m_blk_ctrl_remove()
/linux/drivers/base/power/
A 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/drivers/amba/
A Dbus.c200 dev_pm_domain_detach(dev, true); in amba_probe()
217 dev_pm_domain_detach(dev, true); in amba_probe()
239 dev_pm_domain_detach(dev, true); in amba_remove()
484 dev_pm_domain_detach(&dev->dev, true); in amba_device_try_add()
511 dev_pm_domain_detach(&dev->dev, true); in amba_device_try_add()
/linux/drivers/gpu/drm/
A 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/drivers/soundwire/
A 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/drivers/base/
A Dauxiliary.c77 dev_pm_domain_detach(dev, true); in auxiliary_bus_probe()
89 dev_pm_domain_detach(dev, true); in auxiliary_bus_remove()
A Dplatform.c1413 dev_pm_domain_detach(_dev, true); in platform_probe()
1436 dev_pm_domain_detach(_dev, true); in platform_remove()
/linux/sound/soc/sof/imx/
A Dimx8.c260 dev_pm_domain_detach(priv->pd_dev[i], false); in imx8_probe()
345 dev_pm_domain_detach(priv->pd_dev[i], false); in imx8_probe()
360 dev_pm_domain_detach(priv->pd_dev[i], false); in imx8_remove()
/linux/include/linux/
A 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/drivers/mmc/core/
A 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/drivers/clk/qcom/
A Dapcs-sdx55.c129 dev_pm_domain_detach(cpu_dev, true); in qcom_apcs_sdx55_clk_remove()
/linux/drivers/remoteproc/
A Dimx_dsp_rproc.c865 dev_pm_domain_detach(priv->pd_dev[i], false); in imx_dsp_attach_pm_domains()
876 dev_pm_domain_detach(priv->pd_dev[i], false); in imx_dsp_attach_pm_domains()
891 dev_pm_domain_detach(priv->pd_dev[i], false); in imx_dsp_detach_pm_domains()
A Dqcom_wcnss.c399 dev_pm_domain_detach(wcnss->pds[i], false); in wcnss_init_pds()
413 dev_pm_domain_detach(wcnss->pds[i], false); in wcnss_release_pds()
A Dqcom_q6v5_pas.c345 dev_pm_domain_detach(devs[i], false); in adsp_pds_attach()
363 dev_pm_domain_detach(pds[i], false); in adsp_pds_detach()
A Dqcom_q6v5_mss.c1762 dev_pm_domain_detach(devs[i], false); in q6v5_pds_attach()
1773 dev_pm_domain_detach(pds[i], false); in q6v5_pds_detach()
/linux/drivers/media/platform/qcom/camss/
A 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/drivers/cpuidle/
A Dcpuidle-psci-domain.c340 dev_pm_domain_detach(dev, false); in psci_dt_detach_cpu()
/linux/drivers/tty/serdev/
A Dcore.c419 dev_pm_domain_detach(dev, true); in serdev_drv_probe()
430 dev_pm_domain_detach(dev, true); in serdev_drv_remove()
/linux/drivers/gpu/drm/panfrost/
A Dpanfrost_device.c136 dev_pm_domain_detach(pfdev->pm_domain_devs[i], true); in panfrost_pm_domain_fini()
/linux/drivers/rpmsg/
A Drpmsg_core.c565 dev_pm_domain_detach(dev, true); in rpmsg_dev_remove()
/linux/drivers/media/platform/qcom/venus/
A 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/drivers/i2c/
A Di2c-core-base.c584 dev_pm_domain_detach(&client->dev, !i2c_acpi_waive_d0_probe(dev)); in i2c_device_probe()
613 dev_pm_domain_detach(&client->dev, !i2c_acpi_waive_d0_probe(dev)); in i2c_device_remove()
/linux/drivers/usb/host/
A 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/drivers/gpu/drm/msm/adreno/
A Da6xx_gmu.c1459 dev_pm_domain_detach(gmu->gxpd, false); in a6xx_gmu_remove()
/linux/drivers/spi/
A Dspi.c397 dev_pm_domain_detach(dev, true); in spi_probe()
417 dev_pm_domain_detach(dev, true); in spi_remove()

Completed in 70 milliseconds

12