Searched defs:acpi_db_method_info (Results 1 – 1 of 1) sorted by relevance
1193 struct acpi_db_method_info { struct1194 acpi_handle method;1195 acpi_handle main_thread_gate;1196 acpi_handle thread_complete_gate;1197 acpi_handle info_gate;1198 acpi_thread_id *threads;1199 u32 num_threads;1200 u32 num_created;1201 u32 num_completed;1203 char *name;[all …]