Home
last modified time | relevance | path

Searched defs:acpi_object_method (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_padding.c191 struct acpi_object_method { struct
194 char type;
195 short reference_count;
196 char flags;
199 char sync_level;
201 void *node;
202 void *aml_start;
203 union {} dispatch;
205 int aml_length;
/linux-6.12.1/drivers/acpi/acpica/
Dacobject.h152 struct acpi_object_method { struct
154 u8 info_flags;
155 u8 param_count;
156 u8 sync_level;
157 union acpi_operand_object *mutex;
158 union acpi_operand_object *node;
159 u8 *aml_start;
160 union {
163 } dispatch;
165 u32 aml_length;
[all …]