Home
last modified time | relevance | path

Searched defs:acpi_walk_state (Results 1 – 5 of 5) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/include/
H A Dacstruct.h73 typedef struct acpi_walk_state struct
77 UINT8 WalkType;
85 UINT8 ReturnUsed;
86 UINT8 ScopeDepth;
91 UINT8 *Aml;
92 UINT32 ArgTypes;
95 UINT32 ParseFlags;
98 UINT32 PrevArgTypes;
104 union acpi_operand_object **Params;
118 union acpi_operand_object *ResultObj;
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/include/
H A Dacstruct.h181 typedef struct acpi_walk_state struct
185 UINT8 WalkType;
193 UINT8 ReturnUsed;
194 UINT8 ScopeDepth;
199 UINT8 *Aml;
200 UINT32 ArgTypes;
203 UINT32 ParseFlags;
206 UINT32 PrevArgTypes;
214 union acpi_operand_object **Params;
229 union acpi_operand_object *ResultObj;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/acpica/
H A Dacstruct.h37 struct acpi_walk_state { struct
40 u8 walk_type;
47 u8 current_result;
48 u8 return_used;
49 u8 scope_depth;
54 u8 *aml;
55 u32 arg_types;
58 u32 parse_flags;
61 u32 prev_arg_types;
64 u8 method_is_nested;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/acpica/
H A Dacstruct.h37 struct acpi_walk_state { struct
40 u8 walk_type;
47 u8 current_result;
48 u8 return_used;
49 u8 scope_depth;
54 u8 *aml;
55 u32 arg_types;
58 u32 parse_flags;
61 u32 prev_arg_types;
64 u8 method_is_nested;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/acpica/
H A Dacstruct.h37 struct acpi_walk_state { struct
40 u8 walk_type;
47 u8 current_result;
48 u8 return_used;
49 u8 scope_depth;
54 u8 *aml;
55 u32 arg_types;
58 u32 parse_flags;
61 u32 prev_arg_types;
64 u8 method_is_nested;
[all …]