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