Searched refs:power_resources (Results 1 – 8 of 8) sorted by relevance
43 static const struct resource power_resources[] = { variable84 .resources = power_resources,85 .num_resources = ARRAY_SIZE(power_resources),108 .resources = power_resources,109 .num_resources = ARRAY_SIZE(power_resources),128 .resources = power_resources,129 .num_resources = ARRAY_SIZE(power_resources),
94 if (device->power.flags.power_resources) { in acpi_device_get_power()236 if (device->power.flags.power_resources) in acpi_device_set_power()241 if (device->power.flags.power_resources) { in acpi_device_set_power()320 if (state < ACPI_STATE_D3_COLD && device->power.flags.power_resources) { in acpi_bus_init_power()364 if (!device->power.flags.power_resources in acpi_device_fix_up_power()396 if (device->power.flags.power_resources) { in acpi_device_update_power()
590 if (dev->power.flags.power_resources) in acpi_device_setup_files()611 if (dev->power.flags.power_resources) in acpi_device_remove_files()
588 if (!adev->power.flags.power_resources) in acpi_power_add_remove_device()
456 if (!device->power.flags.power_resources) in acpi_free_power_resources_lists()926 device->power.flags.power_resources = 1; in acpi_bus_init_power_state()
549 static struct resource power_resources[] = { variable569 .resource = power_resources,570 .num_resources = ARRAY_SIZE(power_resources),
242 return parent_adev->power.flags.power_resources && in nouveau_pr3_present()
258 u32 power_resources:1; /* Power resources */ member