Home
last modified time | relevance | path

Searched refs:ACPI_IS_OCTAL_DIGIT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutstrsuppt.c53 if (!(ACPI_IS_OCTAL_DIGIT(*string))) { in acpi_ut_convert_octal_string()
H A Dacmacros.h462 #define ACPI_IS_OCTAL_DIGIT(d) (((char)(d) >= '0') && ((char)(d) <= '7')) macro
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutstrsuppt.c53 if (!(ACPI_IS_OCTAL_DIGIT(*string))) { in acpi_ut_convert_octal_string()
H A Dacmacros.h462 #define ACPI_IS_OCTAL_DIGIT(d) (((char)(d) >= '0') && ((char)(d) <= '7')) macro

Completed in 5 milliseconds