Home
last modified time | relevance | path

Searched refs:power_resources (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/mfd/
Dmax77620.c44 static const struct resource power_resources[] = { variable
85 .resources = power_resources,
86 .num_resources = ARRAY_SIZE(power_resources),
109 .resources = power_resources,
110 .num_resources = ARRAY_SIZE(power_resources),
/Linux-v4.19/drivers/acpi/
Ddevice_pm.c83 if (device->power.flags.power_resources) { in acpi_device_get_power()
216 if (device->power.flags.power_resources) in acpi_device_set_power()
219 if (device->power.flags.power_resources) { in acpi_device_set_power()
274 if (state < ACPI_STATE_D3_COLD && device->power.flags.power_resources) { in acpi_bus_init_power()
318 if (!device->power.flags.power_resources in acpi_device_fix_up_power()
350 if (device->power.flags.power_resources) { in acpi_device_update_power()
Ddevice_sysfs.c592 if (dev->power.flags.power_resources) in acpi_device_setup_files()
613 if (dev->power.flags.power_resources) in acpi_device_remove_files()
Dpower.c445 if (!adev->power.flags.power_resources) in acpi_power_add_remove_device()
Dscan.c455 if (!device->power.flags.power_resources) in acpi_free_power_resources_lists()
928 device->power.flags.power_resources = 1; in acpi_bus_init_power_state()
/Linux-v4.19/arch/arm/mach-pxa/
Dmioa701.c549 static struct resource power_resources[] = { variable
569 .resource = power_resources,
570 .num_resources = ARRAY_SIZE(power_resources),
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_acpi.c242 return parent_adev->power.flags.power_resources && in nouveau_pr3_present()
/Linux-v4.19/include/acpi/
Dacpi_bus.h271 u32 power_resources:1; /* Power resources */ member