Searched defs:acpi_pkg_state (Results 1 – 1 of 1) sorted by relevance
97730 struct acpi_pkg_state { struct97731 void *next;97732 u8 descriptor_type;97733 u8 flags;97734 u16 value;97735 u16 state;97736 u32 index;97737 union acpi_operand_object *source_object;97738 union acpi_operand_object *dest_object;97739 struct acpi_walk_state *walk_state;[all …]