Lines Matching refs:resources
402 struct list_head *resources, in acpi_power_hide_list() argument
407 if (list_empty(resources)) in acpi_power_hide_list()
410 list_for_each_entry_reverse(entry, resources, node) { in acpi_power_hide_list()
421 struct list_head *resources, in acpi_power_expose_list() argument
427 if (list_empty(resources)) in acpi_power_expose_list()
434 list_for_each_entry(entry, resources, node) { in acpi_power_expose_list()
442 acpi_power_hide_list(adev, resources, attr_group); in acpi_power_expose_list()
449 struct list_head *resources, in acpi_power_expose_hide() argument
454 acpi_power_expose_list(adev, resources, attr_group); in acpi_power_expose_hide()
456 acpi_power_hide_list(adev, resources, attr_group); in acpi_power_expose_hide()
464 acpi_power_expose_hide(adev, &adev->wakeup.resources, in acpi_power_add_remove_device()
472 &adev->power.states[state].resources, in acpi_power_add_remove_device()
591 list_for_each_entry(entry, &dev->wakeup.resources, node) { in acpi_enable_wakeup_device_power()
654 list_for_each_entry(entry, &dev->wakeup.resources, node) { in acpi_disable_wakeup_device_power()
694 struct list_head *list = &device->power.states[i].resources; in acpi_power_get_inferred_state()
719 return acpi_power_on_list(&device->power.states[state].resources); in acpi_power_on_resources()
743 &device->power.states[state].resources); in acpi_power_transition()
747 &device->power.states[device->power.state].resources); in acpi_power_transition()