Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dmax77620.c42 static const struct resource power_resources[] = { variable
83 .resources = power_resources,
84 .num_resources = ARRAY_SIZE(power_resources),
107 .resources = power_resources,
108 .num_resources = ARRAY_SIZE(power_resources),
127 .resources = power_resources,
128 .num_resources = ARRAY_SIZE(power_resources),
/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()
H A Ddevice_sysfs.c576 return dev->flags.power_manageable && dev->power.flags.power_resources; in acpi_show_attr()
/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_gmin_platform.c160 adev->power.flags.power_resources = 0; in atomisp_register_i2c_module()
/linux/drivers/pci/
H A Dpci.c6321 return adev->power.flags.power_resources && in pci_pr3_present()