Lines Matching defs:acpi_object_method
62755 struct acpi_object_method { struct
62756 union acpi_operand_object *next_object;
62757 u8 descriptor_type;
62758 u8 type;
62759 u16 reference_count;
62760 u8 flags;
62761 u8 info_flags;
62762 u8 param_count;
62763 u8 sync_level;
62764 union acpi_operand_object *mutex;
62765 union acpi_operand_object *node;
62766 u8 *aml_start;
62767 union {
62770 } dispatch;
62771 u32 aml_length;
62772 acpi_owner_id owner_id;
62773 u8 thread_count;