Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Drsio.c196 {ACPI_RSC_SET8, ACPI_RS_OFFSET(data.start_dpf.compatibility_priority),
202 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.start_dpf.descriptor_length),
203 AML_OFFSET(start_dpf.descriptor_type),
213 ACPI_RS_OFFSET(data.start_dpf.compatibility_priority),
214 AML_OFFSET(start_dpf.flags),
218 ACPI_RS_OFFSET(data.start_dpf.performance_robustness),
219 AML_OFFSET(start_dpf.flags),
239 ACPI_RS_OFFSET(data.start_dpf.compatibility_priority),
240 AML_OFFSET(start_dpf.flags),
244 ACPI_RS_OFFSET(data.start_dpf.performance_robustness),
[all …]
Drsdumpinfo.c96 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET(start_dpf.descriptor_length),
98 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(start_dpf.compatibility_priority),
100 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(start_dpf.performance_robustness),
Damlresrc.h424 struct aml_resource_start_dependent start_dpf; member
Drsmisc.c797 if (resource->data.start_dpf.performance_robustness >= 3) {
/drivers/pnp/pnpacpi/
Drsparser.c464 switch (res->data.start_dpf.compatibility_priority) { in pnpacpi_option_resource()