Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/
Ddevice_pm.c85 if (device->power.flags.power_resources) { in acpi_device_get_power()
206 if (device->power.flags.power_resources) { in acpi_device_set_power()
266 if (state < ACPI_STATE_D3_COLD && device->power.flags.power_resources) { in acpi_bus_init_power()
299 if (!device->power.flags.power_resources in acpi_device_fix_up_power()
330 if (device->power.flags.power_resources) { in acpi_device_update_power()
Dscan.c929 if (dev->power.flags.power_resources) in acpi_device_setup_files()
942 if (dev->power.flags.power_resources) in acpi_device_remove_files()
1099 if (!device->power.flags.power_resources) in acpi_free_power_resources_lists()
1759 device->power.flags.power_resources = 1; in acpi_bus_init_power_state()
1826 device->power.flags.power_resources) in acpi_bus_get_power_flags()
Dpower.c445 if (!adev->power.flags.power_resources) in acpi_power_add_remove_device()
/linux-4.1.27/arch/arm/mach-pxa/
Dmioa701.c546 static struct resource power_resources[] = { variable
566 .resource = power_resources,
567 .num_resources = ARRAY_SIZE(power_resources),
/linux-4.1.27/include/acpi/
Dacpi_bus.h263 u32 power_resources:1; /* Power resources */ member