Symbol: dev_pm_domain
arch/arm/mach-davinci/pm_domain.c
15
static struct dev_pm_domain davinci_pm_domain = {
arch/arm/mach-keystone/keystone.c
35
static struct dev_pm_domain keystone_pm_domain = {
arch/arm/mach-omap1/board-ams-delta.c
791
static struct dev_pm_domain ams_delta_modem_pm_domain = {
arch/arm/mach-omap1/pm_bus.c
21
static struct dev_pm_domain default_pm_domain = {
arch/arm/mach-omap2/omap_device.c
433
static struct dev_pm_domain omap_device_fail_pm_domain = {
arch/arm/mach-omap2/omap_device.c
440
static struct dev_pm_domain omap_device_pm_domain = {
arch/arm/mach-omap2/omap_device.c
45
static struct dev_pm_domain omap_device_fail_pm_domain;
arch/arm/mach-omap2/omap_device.c
46
static struct dev_pm_domain omap_device_pm_domain;
drivers/acpi/device_pm.c
1370
static struct dev_pm_domain acpi_general_pm_domain = {
drivers/acpi/x86/lpss.c
1215
static struct dev_pm_domain acpi_lpss_pm_domain = {
drivers/base/power/common.c
426
void dev_pm_domain_set(struct device *dev, struct dev_pm_domain *pd)
drivers/gpu/drm/amd/amdgpu/amdgpu.h
891
struct dev_pm_domain vga_pm_domain;
drivers/gpu/drm/i915/selftests/mock_gem_device.c
111
static struct dev_pm_domain pm_domain = {
drivers/gpu/drm/nouveau/nouveau_drv.h
303
struct dev_pm_domain vga_pm_domain;
drivers/gpu/drm/radeon/radeon.h
2433
struct dev_pm_domain vga_pm_domain;
drivers/gpu/vga/vga_switcheroo.c
1057
struct dev_pm_domain *domain)
drivers/media/pci/intel/ipu6/ipu6-bus.c
66
static struct dev_pm_domain ipu6_bus_pm_domain = {
drivers/misc/mei/mei_dev.h
600
struct dev_pm_domain pg_domain;
drivers/pmdomain/governor.c
177
static bool __default_power_down_ok(struct dev_pm_domain *pd,
drivers/pmdomain/governor.c
270
static bool _default_power_down_ok(struct dev_pm_domain *pd, ktime_t now)
drivers/pmdomain/governor.c
341
static bool default_power_down_ok(struct dev_pm_domain *pd)
drivers/pmdomain/governor.c
347
static bool cpu_power_down_ok(struct dev_pm_domain *pd)
drivers/pmdomain/governor.c
428
static bool cpu_system_power_down_ok(struct dev_pm_domain *pd)
drivers/sh/pm_runtime.c
23
static struct dev_pm_domain default_pm_domain = {
drivers/staging/media/atomisp/pci/atomisp_internal.h
177
struct dev_pm_domain pm_domain;
drivers/staging/media/ipu7/ipu7-bus.c
66
static struct dev_pm_domain ipu7_bus_pm_domain = {
include/linux/device.h
591
struct dev_pm_domain *pm_domain;
include/linux/pm_clock.h
16
struct dev_pm_domain *pm_domain;
include/linux/pm_domain.h
156
bool (*system_power_down_ok)(struct dev_pm_domain *domain);
include/linux/pm_domain.h
157
bool (*power_down_ok)(struct dev_pm_domain *domain);
include/linux/pm_domain.h
196
struct dev_pm_domain domain; /* PM domain operations */
include/linux/pm_domain.h
255
static inline struct generic_pm_domain *pd_to_genpd(struct dev_pm_domain *pd)
include/linux/pm_domain.h
555
void dev_pm_domain_set(struct device *dev, struct dev_pm_domain *pd);
include/linux/pm_domain.h
593
struct dev_pm_domain *pd) {}
include/linux/vga_switcheroo.h
174
int vga_switcheroo_init_domain_pm_ops(struct device *dev, struct dev_pm_domain *domain);
include/linux/vga_switcheroo.h
195
static inline int vga_switcheroo_init_domain_pm_ops(struct device *dev, struct dev_pm_domain *domain) { return -EINVAL; }