Searched defs:acpi_object_method (Results 1 – 1 of 1) sorted by relevance
80630 struct acpi_object_method { struct80631 union acpi_operand_object *next_object;80632 u8 descriptor_type;80633 u8 type;80634 u16 reference_count;80635 u8 flags;80636 u8 info_flags;80637 u8 param_count;80638 u8 sync_level;80639 union acpi_operand_object *mutex;[all …]