Searched refs:hex_char (Results 1 - 3 of 3) sorted by relevance

/drivers/acpi/acpica/
H A Duthex.c88 u8 acpi_ut_ascii_char_to_hex(int hex_char) argument
91 if (hex_char <= 0x39) {
92 return ((u8)(hex_char - 0x30));
95 if (hex_char <= 0x46) {
96 return ((u8)(hex_char - 0x37));
99 return ((u8)(hex_char - 0x57));
H A Dacdebug.h123 acpi_status acpi_db_hex_char_to_value(int hex_char, u8 *return_value);
H A Dacutils.h197 u8 acpi_ut_ascii_char_to_hex(int hex_char);

Completed in 99 milliseconds