Lines Matching refs:resources
381 struct list_head *resources, in acpi_power_hide_list() argument
386 if (list_empty(resources)) in acpi_power_hide_list()
389 list_for_each_entry_reverse(entry, resources, node) { in acpi_power_hide_list()
400 struct list_head *resources, in acpi_power_expose_list() argument
406 if (list_empty(resources)) in acpi_power_expose_list()
413 list_for_each_entry(entry, resources, node) { in acpi_power_expose_list()
421 acpi_power_hide_list(adev, resources, attr_group); in acpi_power_expose_list()
428 struct list_head *resources, in acpi_power_expose_hide() argument
433 acpi_power_expose_list(adev, resources, attr_group); in acpi_power_expose_hide()
435 acpi_power_hide_list(adev, resources, attr_group); in acpi_power_expose_hide()
443 acpi_power_expose_hide(adev, &adev->wakeup.resources, in acpi_power_add_remove_device()
451 &adev->power.states[state].resources, in acpi_power_add_remove_device()
570 list_for_each_entry(entry, &dev->wakeup.resources, node) { in acpi_enable_wakeup_device_power()
633 list_for_each_entry(entry, &dev->wakeup.resources, node) { in acpi_disable_wakeup_device_power()
673 struct list_head *list = &device->power.states[i].resources; in acpi_power_get_inferred_state()
697 return acpi_power_on_list(&device->power.states[state].resources); in acpi_power_on_resources()
723 &device->power.states[state].resources); in acpi_power_transition()
727 &device->power.states[device->power.state].resources); in acpi_power_transition()