| /linux/drivers/soc/imx/ |
| A D | imx8m-blk-ctrl.c | 251 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 D | common.c | 183 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 D | bus.c | 200 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 D | drm_dp_aux_bus.c | 59 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 D | bus_type.c | 116 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 D | auxiliary.c | 77 dev_pm_domain_detach(dev, true); in auxiliary_bus_probe() 89 dev_pm_domain_detach(dev, true); in auxiliary_bus_remove()
|
| A D | platform.c | 1413 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 D | imx8.c | 260 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 D | pm_domain.h | 414 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 D | sdio_bus.c | 202 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 D | apcs-sdx55.c | 129 dev_pm_domain_detach(cpu_dev, true); in qcom_apcs_sdx55_clk_remove()
|
| /linux/drivers/remoteproc/ |
| A D | imx_dsp_rproc.c | 865 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 D | qcom_wcnss.c | 399 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 D | qcom_q6v5_pas.c | 345 dev_pm_domain_detach(devs[i], false); in adsp_pds_attach() 363 dev_pm_domain_detach(pds[i], false); in adsp_pds_detach()
|
| A D | qcom_q6v5_mss.c | 1762 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 D | camss.c | 1267 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 D | cpuidle-psci-domain.c | 340 dev_pm_domain_detach(dev, false); in psci_dt_detach_cpu()
|
| /linux/drivers/tty/serdev/ |
| A D | core.c | 419 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 D | panfrost_device.c | 136 dev_pm_domain_detach(pfdev->pm_domain_devs[i], true); in panfrost_pm_domain_fini()
|
| /linux/drivers/rpmsg/ |
| A D | rpmsg_core.c | 565 dev_pm_domain_detach(dev, true); in rpmsg_dev_remove()
|
| /linux/drivers/media/platform/qcom/venus/ |
| A D | pm_helpers.c | 903 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 D | i2c-core-base.c | 584 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 D | xhci-tegra.c | 1002 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 D | a6xx_gmu.c | 1459 dev_pm_domain_detach(gmu->gxpd, false); in a6xx_gmu_remove()
|
| /linux/drivers/spi/ |
| A D | spi.c | 397 dev_pm_domain_detach(dev, true); in spi_probe() 417 dev_pm_domain_detach(dev, true); in spi_remove()
|