Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/
Ddevice_pm.c81 if (device->power.flags.power_resources) { in acpi_device_get_power()
214 if (device->power.flags.power_resources) in acpi_device_set_power()
217 if (device->power.flags.power_resources) { in acpi_device_set_power()
270 if (state < ACPI_STATE_D3_COLD && device->power.flags.power_resources) { in acpi_bus_init_power()
314 if (!device->power.flags.power_resources in acpi_device_fix_up_power()
345 if (device->power.flags.power_resources) { in acpi_device_update_power()
Ddevice_sysfs.c565 if (dev->power.flags.power_resources) in acpi_device_setup_files()
586 if (dev->power.flags.power_resources) in acpi_device_remove_files()
Dpower.c444 if (!adev->power.flags.power_resources) in acpi_power_add_remove_device()
Dscan.c453 if (!device->power.flags.power_resources) in acpi_free_power_resources_lists()
914 device->power.flags.power_resources = 1; in acpi_bus_init_power_state()
/linux-4.4.14/arch/arm/mach-pxa/
Dmioa701.c550 static struct resource power_resources[] = { variable
570 .resource = power_resources,
571 .num_resources = ARRAY_SIZE(power_resources),
/linux-4.4.14/include/acpi/
Dacpi_bus.h262 u32 power_resources:1; /* Power resources */ member