Searched refs:power_resources (Results 1 – 6 of 6) sorted by relevance
81 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()
565 if (dev->power.flags.power_resources) in acpi_device_setup_files()586 if (dev->power.flags.power_resources) in acpi_device_remove_files()
444 if (!adev->power.flags.power_resources) in acpi_power_add_remove_device()
453 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()
550 static struct resource power_resources[] = { variable570 .resource = power_resources,571 .num_resources = ARRAY_SIZE(power_resources),
262 u32 power_resources:1; /* Power resources */ member