Lines Matching refs:acpi_subtable_header
24 static struct acpi_subtable_header *fetch_pptt_subtable(struct acpi_table_header *table_hdr,
27 struct acpi_subtable_header *entry;
30 if (pptt_ref < sizeof(struct acpi_subtable_header))
33 if (pptt_ref + sizeof(struct acpi_subtable_header) > table_hdr->length)
36 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, pptt_ref);
59 static struct acpi_subtable_header *acpi_get_pptt_resource(struct acpi_table_header *table_hdr,
105 struct acpi_subtable_header *res,
152 struct acpi_subtable_header *res;
219 struct acpi_subtable_header *entry;
230 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr,
244 entry = ACPI_ADD_PTR(struct acpi_subtable_header, entry,
267 struct acpi_subtable_header *entry;
273 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr,
294 entry = ACPI_ADD_PTR(struct acpi_subtable_header, entry,