Searched defs:acpi_pkg_state (Results 1 – 1 of 1) sorted by relevance
81171 struct acpi_pkg_state { struct81172 void *next;81173 u8 descriptor_type;81174 u8 flags;81175 u16 value;81176 u16 state;81177 u32 index;81178 union acpi_operand_object *source_object;81179 union acpi_operand_object *dest_object;81180 struct acpi_walk_state *walk_state;[all …]