Searched refs:two_ascii_chars (Results 1 – 2 of 2) sorted by relevance
58 acpi_status acpi_ut_ascii_to_hex_byte(char *two_ascii_chars, u8 *return_byte) in acpi_ut_ascii_to_hex_byte() argument63 if (!isxdigit((int)two_ascii_chars[0]) || in acpi_ut_ascii_to_hex_byte()64 !isxdigit((int)two_ascii_chars[1])) { in acpi_ut_ascii_to_hex_byte()69 acpi_ut_ascii_char_to_hex(two_ascii_chars[1]) | in acpi_ut_ascii_to_hex_byte()70 (acpi_ut_ascii_char_to_hex(two_ascii_chars[0]) << 4); in acpi_ut_ascii_to_hex_byte()
243 acpi_status acpi_ut_ascii_to_hex_byte(char *two_ascii_chars, u8 *return_byte);