Home
last modified time | relevance | path

Searched refs:start_dpf (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/acpi/acpica/
Drsio.c160 {ACPI_RSC_SET8, ACPI_RS_OFFSET(data.start_dpf.compatibility_priority),
166 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.start_dpf.descriptor_length),
167 AML_OFFSET(start_dpf.descriptor_type),
177 ACPI_RS_OFFSET(data.start_dpf.compatibility_priority),
178 AML_OFFSET(start_dpf.flags),
182 ACPI_RS_OFFSET(data.start_dpf.performance_robustness),
183 AML_OFFSET(start_dpf.flags),
203 ACPI_RS_OFFSET(data.start_dpf.compatibility_priority),
204 AML_OFFSET(start_dpf.flags),
208 ACPI_RS_OFFSET(data.start_dpf.performance_robustness),
[all …]
Drsdumpinfo.c60 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET(start_dpf.descriptor_length),
62 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(start_dpf.compatibility_priority),
64 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(start_dpf.performance_robustness),
Damlresrc.h524 struct aml_resource_start_dependent start_dpf; member
Drsmisc.c778 if (resource->data.start_dpf.performance_robustness >= 3) {
/linux-6.6.21/include/acpi/
Dacrestyp.h642 struct acpi_resource_start_dependent start_dpf; member
/linux-6.6.21/drivers/pnp/pnpacpi/
Drsparser.c472 switch (res->data.start_dpf.compatibility_priority) { in pnpacpi_option_resource()