Lines Matching refs:acpi_power_res
79 struct acpi_power_res {
87 TAILQ_ENTRY(acpi_power_res) res_list;
90 static TAILQ_HEAD(, acpi_power_res) res_head =
96 static struct acpi_power_res *acpi_power_res_init(ACPI_HANDLE);
97 static struct acpi_power_res *acpi_power_res_get(ACPI_HANDLE);
103 static ACPI_STATUS acpi_power_res_ref(struct acpi_power_res *,
105 static ACPI_STATUS acpi_power_res_deref(struct acpi_power_res *,
113 static struct acpi_power_res *
116 struct acpi_power_res *tmp = NULL;
117 struct acpi_power_res *res = NULL;
175 static struct acpi_power_res *
178 struct acpi_power_res *res;
199 struct acpi_power_res *res;
450 (void)acpi_power_res(hdl, ad->ad_handle, on);
459 acpi_power_res(ACPI_HANDLE hdl, ACPI_HANDLE ref, bool on)
461 struct acpi_power_res *res;
499 acpi_power_res_ref(struct acpi_power_res *res, ACPI_HANDLE ref)
535 acpi_power_res_deref(struct acpi_power_res *res, ACPI_HANDLE ref)