Searched defs:acpi_db_method_info (Results 1 – 1 of 1) sorted by relevance
1169 struct acpi_db_method_info { struct1170 acpi_handle method;1171 acpi_handle main_thread_gate;1172 acpi_handle thread_complete_gate;1173 acpi_handle info_gate;1174 acpi_thread_id *threads;1175 u32 num_threads;1176 u32 num_created;1177 u32 num_completed;1179 char *name;[all …]