Home
last modified time | relevance | path

Searched defs:hex_char (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Duthex.c88 u8 acpi_ut_ascii_char_to_hex(int hex_char) in acpi_ut_ascii_char_to_hex()
H A Ddbconvert.c28 acpi_status acpi_db_hex_char_to_value(int hex_char, u8 *return_value) in acpi_db_hex_char_to_value()
/openbmc/linux/tools/perf/util/
H A Dcpumap.c621 static char hex_char(unsigned char val) in hex_char() function