Searched defs:acpi_db_method_info (Results 1 – 1 of 1) sorted by relevance
1101 struct acpi_db_method_info { struct1102 acpi_handle method;1103 acpi_handle main_thread_gate;1104 acpi_handle thread_complete_gate;1105 acpi_handle info_gate;1106 acpi_thread_id *threads;1107 u32 num_threads;1108 u32 num_created;1109 u32 num_completed;1111 char *name;[all …]