Lines Matching refs:resources
380 struct list_head *resources, in acpi_power_hide_list() argument
385 if (list_empty(resources)) in acpi_power_hide_list()
388 list_for_each_entry_reverse(entry, resources, node) { in acpi_power_hide_list()
399 struct list_head *resources, in acpi_power_expose_list() argument
405 if (list_empty(resources)) in acpi_power_expose_list()
412 list_for_each_entry(entry, resources, node) { in acpi_power_expose_list()
420 acpi_power_hide_list(adev, resources, attr_group); in acpi_power_expose_list()
427 struct list_head *resources, in acpi_power_expose_hide() argument
432 acpi_power_expose_list(adev, resources, attr_group); in acpi_power_expose_hide()
434 acpi_power_hide_list(adev, resources, attr_group); in acpi_power_expose_hide()
442 acpi_power_expose_hide(adev, &adev->wakeup.resources, in acpi_power_add_remove_device()
450 &adev->power.states[state].resources, in acpi_power_add_remove_device()
569 list_for_each_entry(entry, &dev->wakeup.resources, node) { in acpi_enable_wakeup_device_power()
632 list_for_each_entry(entry, &dev->wakeup.resources, node) { in acpi_disable_wakeup_device_power()
672 struct list_head *list = &device->power.states[i].resources; in acpi_power_get_inferred_state()
696 return acpi_power_on_list(&device->power.states[state].resources); in acpi_power_on_resources()
722 &device->power.states[state].resources); in acpi_power_transition()
726 &device->power.states[device->power.state].resources); in acpi_power_transition()