Searched refs:power_resources (Results 1 – 5 of 5) sorted by relevance
85 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()
929 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()
445 if (!adev->power.flags.power_resources) in acpi_power_add_remove_device()
546 static struct resource power_resources[] = { variable566 .resource = power_resources,567 .num_resources = ARRAY_SIZE(power_resources),
263 u32 power_resources:1; /* Power resources */ member