Searched refs:hexin (Results 1 – 2 of 2) sorted by relevance
826 static __inline int acpi_wmi_hex_to_int(const UINT8 *hexin, UINT8 *byteout) in acpi_wmi_hex_to_int() argument831 hi = hexin[0]; in acpi_wmi_hex_to_int()832 lo = hexin[1]; in acpi_wmi_hex_to_int()
1074 static __inline int acpi_hp_hex_to_int(const UINT8 *hexin, UINT8 *byteout) in acpi_hp_hex_to_int() argument1079 hi = hexin[0]; in acpi_hp_hex_to_int()1080 lo = hexin[1]; in acpi_hp_hex_to_int()