| /linux/drivers/base/power/ |
| H A D | common.c | 107 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 D | dd.c | 557 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 D | qcom_q6v5_adsp.c | 133 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 D | qcom_wcnss.c | 404 if (dev->pm_domain) { in wcnss_init_pds() 434 if (wcnss->num_pds == 1 && dev->pm_domain) { in wcnss_release_pds()
|
| H A D | qcom_q6v5_pas.c | 510 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 D | imx_dsp_rproc.c | 1025 if (dev->pm_domain) in imx_dsp_attach_pm_domains()
|
| H A D | imx_rproc.c | 829 if (dev->pm_domain) in imx_rproc_attach_pd()
|
| /linux/drivers/sh/ |
| H A D | pm_runtime.c | 31 .pm_domain = &default_pm_domain,
|
| /linux/arch/arm/mach-davinci/ |
| H A D | pm_domain.c | 23 .pm_domain = &davinci_pm_domain,
|
| H A D | Makefile | 18 obj-$(CONFIG_HAVE_CLK) += pm_domain.o
|
| /linux/arch/arm/mach-omap1/ |
| H A D | pm_bus.c | 29 .pm_domain = &default_pm_domain,
|
| H A D | board-ams-delta.c | 800 .pm_domain = &ams_delta_modem_pm_domain,
|
| /linux/drivers/pmdomain/xilinx/ |
| H A D | zynqmp-pm-domains.c | 38 #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 D | keystone.c | 43 .pm_domain = &keystone_pm_domain,
|
| /linux/drivers/clk/tegra/ |
| H A D | clk-device.c | 118 if (!dev->pm_domain) in tegra_clock_probe()
|
| /linux/sound/soc/sof/imx/ |
| H A D | imx-common.c | 397 if (!sdev->dev->pm_domain) { in imx_probe()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | gr3d.c | 410 if (dev->pm_domain) in gr3d_init_power()
|
| H A D | vic.c | 488 if (!dev->pm_domain) { in vic_probe()
|
| /linux/drivers/pci/controller/ |
| H A D | pci-tegra.c | 1167 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 D | panthor_device.c | 74 if (dev->pm_domain) in panthor_init_power()
|
| /linux/drivers/iommu/ |
| H A D | omap-iommu.c | 1168 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 D | arm-smmu-qcom.c | 751 if (dev->pm_domain) { in qcom_smmu_tbu_probe()
|
| H A D | qcom_iommu.c | 897 if (dev->pm_domain) in qcom_iommu_resume()
|
| /linux/include/linux/ |
| H A D | device.h | 585 struct dev_pm_domain *pm_domain; member
|
| /linux/drivers/acpi/ |
| H A D | device_pm.c | 1410 if (adev && dev->pm_domain == &acpi_general_pm_domain) { in acpi_dev_pm_detach()
|