Home
last modified time | relevance | path

Searched refs:dev_pm_domain (Results 1 – 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/base/power/
Ddomain_governor.c120 static bool __default_power_down_ok(struct dev_pm_domain *pd, in __default_power_down_ok()
209 static bool default_power_down_ok(struct dev_pm_domain *pd) in default_power_down_ok()
246 static bool always_on_power_down_ok(struct dev_pm_domain *domain) in always_on_power_down_ok()
252 static bool cpu_power_down_ok(struct dev_pm_domain *pd) in cpu_power_down_ok()
Dcommon.c220 void dev_pm_domain_set(struct device *dev, struct dev_pm_domain *pd) in dev_pm_domain_set()
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Domap_device.h28 extern struct dev_pm_domain omap_device_pm_domain;
29 extern struct dev_pm_domain omap_device_fail_pm_domain;
Domap_device.c460 struct dev_pm_domain omap_device_fail_pm_domain = {
467 struct dev_pm_domain omap_device_pm_domain = {
/kernel/linux/linux-5.10/include/linux/
Dpm_domain.h79 bool (*power_down_ok)(struct dev_pm_domain *domain);
105 struct dev_pm_domain domain; /* PM domain operations */
158 static inline struct generic_pm_domain *pd_to_genpd(struct dev_pm_domain *pd) in pd_to_genpd()
402 void dev_pm_domain_set(struct device *dev, struct dev_pm_domain *pd);
424 struct dev_pm_domain *pd) {} in dev_pm_domain_set()
Dvga_switcheroo.h174 int vga_switcheroo_init_domain_pm_ops(struct device *dev, struct dev_pm_domain *domain);
195 static inline int vga_switcheroo_init_domain_pm_ops(struct device *dev, struct dev_pm_domain *domai… in vga_switcheroo_init_domain_pm_ops()
Dpm_clock.h16 struct dev_pm_domain *pm_domain;
Dpm.h643 struct dev_pm_domain { struct
Ddevice.h487 struct dev_pm_domain *pm_domain;
/kernel/linux/linux-5.10/drivers/sh/
Dpm_runtime.c23 static struct dev_pm_domain default_pm_domain = {
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
Dpm_domain.c18 static struct dev_pm_domain davinci_pm_domain = {
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
Dpm_bus.c24 static struct dev_pm_domain default_pm_domain = {
/kernel/linux/linux-5.10/arch/arm/mach-keystone/
Dpm_domain.c20 static struct dev_pm_domain keystone_pm_domain = {
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_drv.h223 struct dev_pm_domain vga_pm_domain;
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c110 static struct dev_pm_domain pm_domain = {
/kernel/linux/linux-5.10/drivers/misc/mei/
Dmei_dev.h517 struct dev_pm_domain pg_domain;
/kernel/linux/linux-5.10/drivers/gpu/vga/
Dvga_switcheroo.c1063 struct dev_pm_domain *domain) in vga_switcheroo_init_domain_pm_ops()
/kernel/linux/linux-5.10/Documentation/driver-api/
Ddevice_link.rst165 suggest usage of a struct dev_pm_domain or struct generic_pm_domain,
201 * A struct dev_pm_domain can be used to override the bus,
/kernel/linux/linux-5.10/drivers/acpi/
Ddevice_pm.c1223 static struct dev_pm_domain acpi_general_pm_domain = {
Dacpi_lpss.c1229 static struct dev_pm_domain acpi_lpss_pm_domain = {
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu.h763 struct dev_pm_domain vga_pm_domain;
/kernel/linux/linux-5.10/Documentation/driver-api/pm/
Ddevices.rst121 struct dev_pm_domain, or by the :c:member:`pm` member of struct bus_type,
709 struct dev_pm_domain, defined in :file:`include/linux/pm.h`, providing a set
/kernel/linux/linux-5.10/drivers/bus/
Dti-sysc.c2429 static struct dev_pm_domain sysc_child_pm_domain = {
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon.h2451 struct dev_pm_domain vga_pm_domain;
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0036_linux_drivers_staging.patch16459 +struct dev_pm_domain bman_portal_device_pm_domain = {
26810 +struct dev_pm_domain qman_portal_device_pm_domain = {

12