Searched refs:hex_byte (Results 1 – 1 of 1) sorted by relevance
62 static acpi_status acpi_db_hex_byte_to_binary(char *hex_byte, u8 *return_value) in acpi_db_hex_byte_to_binary() argument70 status = acpi_db_hex_char_to_value(hex_byte[0], &local0); in acpi_db_hex_byte_to_binary()77 status = acpi_db_hex_char_to_value(hex_byte[1], &local1); in acpi_db_hex_byte_to_binary()