Lines Matching refs:type
27 enum acpi_subtable_type type; member
33 switch (entry->type) { in acpi_get_entry_type()
35 return entry->hdr->common.type; in acpi_get_entry_type()
37 return entry->hdr->hmat.type; in acpi_get_entry_type()
41 return entry->hdr->cedt.type; in acpi_get_entry_type()
43 return entry->hdr->cdat.type; in acpi_get_entry_type()
51 switch (entry->type) { in acpi_get_entry_length()
72 switch (entry->type) { in acpi_get_subtable_header_length()
102 acpi_table_get_length(enum acpi_subtable_type type, in acpi_table_get_length() argument
105 if (type == CDAT_SUBTABLE) { in acpi_table_get_length()
158 enum acpi_subtable_type type; in acpi_parse_entries_array() local
162 type = acpi_get_subtable_type(id); in acpi_parse_entries_array()
163 table_len = acpi_table_get_length(type, table_header); in acpi_parse_entries_array()
170 entry.type = type; in acpi_parse_entries_array()
212 cdat_table_parse(enum acpi_cdat_type type, in cdat_table_parse() argument
219 .id = type, in cdat_table_parse()