Home
last modified time | relevance | path

Searched refs:ACPI_IS_PRINT (Results 1 – 5 of 5) sorted by relevance

/drivers/acpi/acpica/
Dutstring.c395 if (ACPI_IS_PRINT(string[i])) { in acpi_ut_print_string()
Dutdebug.c648 if (ACPI_IS_PRINT(buf_char)) { in acpi_ut_dump_buffer()
Dnsdump.c93 ACPI_IS_PRINT(pathname[i]) ? in acpi_ns_print_pathname()
Dtbutils.c195 if (!ACPI_IS_PRINT(*string)) { in acpi_tb_fix_string()
Dacutils.h219 #define ACPI_IS_PRINT(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_LO | _ACPI_UP | _ACPI_DI | _ACP… macro