Searched refs:to_hex (Results 1 – 2 of 2) sorted by relevance
622 uint8_t *len, uint16_t array_max_len, bool to_hex) in hdd_convert_string_to_array() argument629 format = (to_hex) ? "%02x" : "%d"; in hdd_convert_string_to_array()
343 bool to_hex) in dp_convert_string_to_array() argument350 format = (to_hex) ? "%02x" : "%d"; in dp_convert_string_to_array()