Lines Matching refs:id
88 acpi_get_subtable_type(char *id) in acpi_get_subtable_type() argument
90 if (strncmp(id, ACPI_SIG_HMAT, 4) == 0) in acpi_get_subtable_type()
92 if (strncmp(id, ACPI_SIG_PRMT, 4) == 0) in acpi_get_subtable_type()
94 if (strncmp(id, ACPI_SIG_CEDT, 4) == 0) in acpi_get_subtable_type()
96 if (strncmp(id, ACPI_SIG_CDAT, 4) == 0) in acpi_get_subtable_type()
150 acpi_parse_entries_array(char *id, unsigned long table_size, in acpi_parse_entries_array() argument
162 type = acpi_get_subtable_type(id); in acpi_parse_entries_array()
177 if (acpi_get_entry_type(&entry) != proc[i].id) in acpi_parse_entries_array()
195 pr_err("[%4.4s:0x%02x] Invalid zero length\n", id, proc->id); in acpi_parse_entries_array()
205 id, proc->id, count - max_entries, count); in acpi_parse_entries_array()
219 .id = type, in cdat_table_parse()