Searched refs:ACPI_TOLOWER (Results 1 – 3 of 3) sorted by relevance
139 filename[0] = (char)ACPI_TOLOWER(filename[0]); in ap_write_to_binary_file()140 filename[1] = (char)ACPI_TOLOWER(filename[1]); in ap_write_to_binary_file()141 filename[2] = (char)ACPI_TOLOWER(filename[2]); in ap_write_to_binary_file()142 filename[3] = (char)ACPI_TOLOWER(filename[3]); in ap_write_to_binary_file()
82 *string = (char)ACPI_TOLOWER(*string); in acpi_ut_strlwr()214 if ((*string == '0') && (ACPI_TOLOWER(*(string + 1)) == 'x')) { in acpi_ut_strtoul64()
361 #define ACPI_TOLOWER(i) tolower((int) (i)) macro420 #define ACPI_TOLOWER(c) acpi_ut_to_lower ((int) (c)) macro