Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/acpi/acpica/
Dutmisc.c66 ACPI_IS_OEM_SIG(table->signature)) { in acpi_ut_is_aml_table()
/linux-6.6.21/include/acpi/
Dactypes.h534 #define ACPI_IS_OEM_SIG(a) (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_OEM_NAME, 3) &&\ macro