Lines Matching defs:acpi_db_method_info
1101 struct acpi_db_method_info { struct
1102 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;
1112 u32 flags;
1113 u32 num_loops;
1114 char pathname[ACPI_DB_LINE_BUFFER_SIZE];
1115 char **args;
1116 acpi_object_type *types;
1124 char init_args;
1126 acpi_object_type arg_types[4];
1128 char *arguments[4];
1129 char num_threads_str[11];
1130 char id_of_thread_str[11];
1131 char index_of_thread_str[11];