Searched defs:acpi_db_method_info (Results 1 – 1 of 1) sorted by relevance
1176 struct acpi_db_method_info { struct1177 acpi_handle method;1178 acpi_handle main_thread_gate;1179 acpi_handle thread_complete_gate;1180 acpi_handle info_gate;1181 acpi_thread_id *threads;1182 u32 num_threads;1183 u32 num_created;1184 u32 num_completed;1186 char *name;[all …]