Lines Matching defs:acpi_object_method
144 struct acpi_object_method { struct
145 ACPI_OBJECT_COMMON_HEADER u8 info_flags;
146 u8 param_count;
147 u8 sync_level;
148 union acpi_operand_object *mutex;
149 union acpi_operand_object *node;
150 u8 *aml_start;
151 union {
154 } dispatch;
156 u32 aml_length;
157 acpi_owner_id owner_id;
158 u8 thread_count;