Home
last modified time | relevance | path

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

12

/linux/drivers/base/power/
H A Dcommon.c107 if (dev->pm_domain) in dev_pm_domain_attach()
114 if (dev->pm_domain) in dev_pm_domain_attach()
150 if (dev->pm_domain) in dev_pm_domain_attach_by_id()
167 if (dev->pm_domain) in dev_pm_domain_attach_by_name()
207 if (dev->pm_domain) in dev_pm_domain_attach_list()
362 if (dev->pm_domain && dev->pm_domain->detach) in dev_pm_domain_detach()
363 dev->pm_domain->detach(dev, power_off); in dev_pm_domain_detach()
409 if (dev->pm_domain && dev->pm_domain->start) in dev_pm_domain_start()
410 return dev->pm_domain->start(dev); in dev_pm_domain_start()
428 if (dev->pm_domain == pd) in dev_pm_domain_set()
[all …]
/linux/drivers/base/
H A Ddd.c557 if (dev->pm_domain && dev->pm_domain->dismiss) in device_unbind_cleanup()
558 dev->pm_domain->dismiss(dev); in device_unbind_cleanup()
653 if (dev->pm_domain && dev->pm_domain->activate) { in really_probe()
654 ret = dev->pm_domain->activate(dev); in really_probe()
706 if (dev->pm_domain && dev->pm_domain->sync) in really_probe()
707 dev->pm_domain->sync(dev); in really_probe()
/linux/drivers/remoteproc/
H A Dqcom_q6v5_adsp.c133 if (dev->pm_domain) in qcom_rproc_pds_attach()
155 if (dev->pm_domain || pds) in qcom_rproc_pds_detach()
165 if (!dev->pm_domain && !pds) in qcom_rproc_pds_enable()
168 if (dev->pm_domain) in qcom_rproc_pds_enable()
183 if (dev->pm_domain) in qcom_rproc_pds_enable()
196 if (!dev->pm_domain && !pds) in qcom_rproc_pds_disable()
199 if (dev->pm_domain) in qcom_rproc_pds_disable()
H A Dqcom_wcnss.c404 if (dev->pm_domain) { in wcnss_init_pds()
434 if (wcnss->num_pds == 1 && dev->pm_domain) { in wcnss_release_pds()
H A Dqcom_q6v5_pas.c510 if (num_pds == 1 && dev->pm_domain) { in qcom_pas_pds_attach()
539 if (pd_count == 1 && dev->pm_domain) { in qcom_pas_pds_detach()
H A Dimx_dsp_rproc.c1025 if (dev->pm_domain) in imx_dsp_attach_pm_domains()
H A Dimx_rproc.c829 if (dev->pm_domain) in imx_rproc_attach_pd()
/linux/drivers/sh/
H A Dpm_runtime.c31 .pm_domain = &default_pm_domain,
/linux/arch/arm/mach-davinci/
H A Dpm_domain.c23 .pm_domain = &davinci_pm_domain,
H A DMakefile18 obj-$(CONFIG_HAVE_CLK) += pm_domain.o
/linux/arch/arm/mach-omap1/
H A Dpm_bus.c29 .pm_domain = &default_pm_domain,
H A Dboard-ams-delta.c800 .pm_domain = &ams_delta_modem_pm_domain,
/linux/drivers/pmdomain/xilinx/
H A Dzynqmp-pm-domains.c38 #define to_zynqmp_pm_domain(pm_domain) \ argument
39 container_of(pm_domain, struct zynqmp_pm_domain, gpd)
/linux/arch/arm/mach-keystone/
H A Dkeystone.c43 .pm_domain = &keystone_pm_domain,
/linux/drivers/clk/tegra/
H A Dclk-device.c118 if (!dev->pm_domain) in tegra_clock_probe()
/linux/sound/soc/sof/imx/
H A Dimx-common.c397 if (!sdev->dev->pm_domain) { in imx_probe()
/linux/drivers/gpu/drm/tegra/
H A Dgr3d.c410 if (dev->pm_domain) in gr3d_init_power()
H A Dvic.c488 if (!dev->pm_domain) { in vic_probe()
/linux/drivers/pci/controller/
H A Dpci-tegra.c1167 if (!dev->pm_domain) in tegra_pcie_power_off()
1185 if (!dev->pm_domain) in tegra_pcie_power_on()
1193 if (!dev->pm_domain) { in tegra_pcie_power_on()
1236 if (!dev->pm_domain) in tegra_pcie_power_on()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_device.c74 if (dev->pm_domain) in panthor_init_power()
/linux/drivers/iommu/
H A Domap-iommu.c1168 if (pdev->dev.pm_domain) { in omap_iommu_probe()
1170 pdev->dev.pm_domain = NULL; in omap_iommu_probe()
/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c751 if (dev->pm_domain) { in qcom_smmu_tbu_probe()
H A Dqcom_iommu.c897 if (dev->pm_domain) in qcom_iommu_resume()
/linux/include/linux/
H A Ddevice.h585 struct dev_pm_domain *pm_domain; member
/linux/drivers/acpi/
H A Ddevice_pm.c1410 if (adev && dev->pm_domain == &acpi_general_pm_domain) { in acpi_dev_pm_detach()

12