Home
last modified time | relevance | path

Searched refs:ACPI_SIG_CDAT (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dfw_table.c96 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()
/linux/include/acpi/
H A Dactbl2.h31 #define ACPI_SIG_CDAT "CDAT" /* Coherent Device Attribute Table */ macro