Searched refs:ACPI_SIG_CDAT (Results 1 – 2 of 2) sorted by relevance
96 if (strncmp(id, ACPI_SIG_CDAT, 4) == 0) in acpi_get_subtable_type()227 return acpi_parse_entries_array(ACPI_SIG_CDAT, in cdat_table_parse()
31 #define ACPI_SIG_CDAT "CDAT" /* Coherent Device Attribute Table */ macro