Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Ddevice_pm.c96 if (device->power.flags.power_resources) { in acpi_device_get_power()
239 if (device->power.flags.power_resources) in acpi_device_set_power()
244 if (device->power.flags.power_resources) { in acpi_device_set_power()
325 if (state < ACPI_STATE_D3_COLD && device->power.flags.power_resources) { in acpi_bus_init_power()
369 if (!device->power.flags.power_resources in acpi_device_fix_up_power()
436 if (device->power.flags.power_resources) { in acpi_device_update_power()
/linux/include/acpi/
H A Dacpi_bus.h247 u32 power_resources:1; /* Power resources */ member