Searched refs:hex_to_bin (Results 1 – 11 of 11) sorted by relevance
23 mac[i] = (hex_to_bin(s[i * 3]) << 4) | hex_to_bin(s[i * 3 + 1]); in mac_pton()
49 int hex_to_bin(unsigned char ch) in hex_to_bin() function56 EXPORT_SYMBOL(hex_to_bin);71 hi = hex_to_bin(*src++); in hex2bin()74 lo = hex_to_bin(*src++); in hex2bin()
112 int hi = hex_to_bin(uuid[si[i] + 0]); in __uuid_parse()113 int lo = hex_to_bin(uuid[si[i] + 1]); in __uuid_parse()
188 num = digit = hex_to_bin(*q++); in unescape_hex()192 digit = hex_to_bin(*q); in unescape_hex()
412 chunk = (chunk << 4) | hex_to_bin(c); in __bitmap_parse()
328 tmp = hex_to_bin(addr[i * 3]); in pch_set_station_address()335 tmp = hex_to_bin(addr[(i * 3) + 1]); in pch_set_station_address()
86 int value = hex_to_bin(**cp); in pure_hex()
635 extern int hex_to_bin(unsigned char ch);
886 b = hex_to_bin(*str); in hex2bitmap()
170 out[++l] = (hex_to_bin(in[0]) << 4) + hex_to_bin(in[1]); in encode_ie()
1380 int value = hex_to_bin(**cp); in pure_hex()