Searched defs:acpi_object_method (Results 1 – 1 of 1) sorted by relevance
61783 struct acpi_object_method { struct61784 union acpi_operand_object *next_object;61785 u8 descriptor_type;61786 u8 type;61787 u16 reference_count;61788 u8 flags;61789 u8 info_flags;61790 u8 param_count;61791 u8 sync_level;61792 union acpi_operand_object *mutex;[all …]