Searched refs:pm_domain (Results 51 - 75 of 158) sorted by relevance

1234567

/linux-master/drivers/misc/mei/
H A Dpci-txe.c17 #include <linux/pm_domain.h>
/linux-master/drivers/pmdomain/ti/
H A Dti_sci_pm_domains.c14 #include <linux/pm_domain.h>
/linux-master/drivers/soundwire/
H A Dbus_type.c6 #include <linux/pm_domain.h>
/linux-master/drivers/pmdomain/
H A Dcore.c15 #include <linux/pm_domain.h>
165 if (IS_ERR_OR_NULL(dev) || IS_ERR_OR_NULL(dev->pm_domain))
169 if (dev->pm_domain->ops.runtime_suspend == genpd_runtime_suspend)
170 return pd_to_genpd(dev->pm_domain);
176 * This should only be used where we are certain that the pm_domain
181 if (IS_ERR_OR_NULL(dev->pm_domain))
184 return pd_to_genpd(dev->pm_domain);
973 * pm_domain field points to the domain member of an object of type
1049 * pm_domain field points to the domain member of an object of type
1252 * under the assumption that its pm_domain fiel
[all...]
/linux-master/drivers/pmdomain/amlogic/
H A Dmeson-gx-pwrc-vpu.c9 #include <linux/pm_domain.h>
H A Dmeson-secure-pwrc.c12 #include <linux/pm_domain.h>
/linux-master/drivers/pmdomain/apple/
H A Dpmgr-pwrstate.c14 #include <linux/pm_domain.h>
/linux-master/drivers/regulator/
H A Dfixed.c21 #include <linux/pm_domain.h>
/linux-master/drivers/nvmem/
H A Dqfprom.c15 #include <linux/pm_domain.h>
/linux-master/drivers/pmdomain/tegra/
H A Dpowergate-bpmp.c8 #include <linux/pm_domain.h>
/linux-master/drivers/pmdomain/renesas/
H A Drcar-gen4-sysc.c17 #include <linux/pm_domain.h>
/linux-master/drivers/pmdomain/imx/
H A Dscu-pd.c65 #include <linux/pm_domain.h>
/linux-master/drivers/cpuidle/
H A Dcpuidle-psci.c21 #include <linux/pm_domain.h>
/linux-master/drivers/mmc/core/
H A Dsdio_bus.c15 #include <linux/pm_domain.h>
/linux-master/drivers/acpi/
H A Ddevice_pm.c19 #include <linux/pm_domain.h>
1403 if (adev && dev->pm_domain == &acpi_general_pm_domain) {
1468 dev->pm_domain->detach = acpi_dev_pm_detach;
/linux-master/drivers/remoteproc/
H A Dqcom_q6v5_pas.c20 #include <linux/pm_domain.h>
507 if (dev->pm_domain) {
540 if (dev->pm_domain && pd_count) {
/linux-master/drivers/soc/qcom/
H A Drpmh-rsc.c24 #include <linux/pm_domain.h>
1109 if (pdev->dev.pm_domain) {
1131 if (ret && pdev->dev.pm_domain) {
/linux-master/drivers/clocksource/
H A Dsh_mtu2.c20 #include <linux/pm_domain.h>
/linux-master/arch/arm/mach-omap2/
H A Domap_device.c30 #include <linux/pm_domain.h>
/linux-master/drivers/irqchip/
H A Dirq-imx-mu-msi.c24 #include <linux/pm_domain.h>
/linux-master/drivers/gpu/drm/tegra/
H A Dvic.c488 if (!dev->pm_domain) {
/linux-master/drivers/pmdomain/bcm/
H A Dbcm-pmb.c12 #include <linux/pm_domain.h>
/linux-master/drivers/soc/dove/
H A Dpmu.c12 #include <linux/pm_domain.h>
/linux-master/drivers/pmdomain/starfive/
H A Djh71xx-pmu.c14 #include <linux/pm_domain.h>
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.c8 #include <linux/pm_domain.h>

Completed in 238 milliseconds

1234567