Lines Matching defs:acpi_object_method
174 struct acpi_object_method { struct
175 ACPI_OBJECT_COMMON_HEADER u8 info_flags;
176 u8 param_count;
177 u8 sync_level;
178 union acpi_operand_object *mutex;
179 union acpi_operand_object *node;
180 u8 *aml_start;
181 union {
184 } dispatch;
186 u32 aml_length;
187 u8 thread_count;
188 acpi_owner_id owner_id;