Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mfd/
Dmax77620.c43 static const struct resource power_resources[] = { variable
84 .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),
/linux-6.1.9/drivers/acpi/
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()
423 if (device->power.flags.power_resources) { in acpi_device_update_power()
Ddevice_sysfs.c593 if (dev->power.flags.power_resources) in acpi_device_setup_files()
614 if (dev->power.flags.power_resources) in acpi_device_remove_files()
Dpower.c601 if (!adev->power.flags.power_resources) in acpi_power_add_remove_device()
Dscan.c443 if (!device->power.flags.power_resources) in acpi_free_power_resources_lists()
1072 device->power.flags.power_resources = 1; in acpi_bus_get_power_flags()
/linux-6.1.9/arch/arm/mach-pxa/
Dmioa701.c550 static struct resource power_resources[] = { variable
570 .resource = power_resources,
571 .num_resources = ARRAY_SIZE(power_resources),
/linux-6.1.9/include/acpi/
Dacpi_bus.h260 u32 power_resources:1; /* Power resources */ member
/linux-6.1.9/drivers/staging/media/atomisp/pci/
Datomisp_gmin_platform.c161 adev->power.flags.power_resources = 0; in atomisp_register_i2c_module()
/linux-6.1.9/drivers/pci/
Dpci.c6384 return adev->power.flags.power_resources && in pci_pr3_present()