Symbol: hp_convert_hexstr_to_str
drivers/platform/x86/hp/hp-bioscfg/bioscfg.c
688
ret = hp_convert_hexstr_to_str(elements[NAME].string.pointer,
drivers/platform/x86/hp/hp-bioscfg/bioscfg.h
474
int hp_convert_hexstr_to_str(const char *input, u32 input_len, char **str, int *len);
drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c
149
ret = hp_convert_hexstr_to_str(enum_obj[elem].string.pointer,
drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c
218
ret = hp_convert_hexstr_to_str(enum_obj[elem + reqs].string.pointer,
drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c
266
ret = hp_convert_hexstr_to_str(enum_obj[elem + pos_values].string.pointer,
drivers/platform/x86/hp/hp-bioscfg/int-attributes.c
164
ret = hp_convert_hexstr_to_str(integer_obj[elem].string.pointer,
drivers/platform/x86/hp/hp-bioscfg/int-attributes.c
235
ret = hp_convert_hexstr_to_str(integer_obj[elem + reqs].string.pointer,
drivers/platform/x86/hp/hp-bioscfg/order-list-attributes.c
153
ret = hp_convert_hexstr_to_str(order_obj[elem].string.pointer,
drivers/platform/x86/hp/hp-bioscfg/order-list-attributes.c
223
ret = hp_convert_hexstr_to_str(order_obj[elem + reqs].string.pointer,
drivers/platform/x86/hp/hp-bioscfg/order-list-attributes.c
264
ret = hp_convert_hexstr_to_str(str_value, value_len, &tmpstr, &tmp_len);
drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c
243
ret = hp_convert_hexstr_to_str(password_obj[elem].string.pointer,
drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c
311
ret = hp_convert_hexstr_to_str(password_obj[elem + reqs].string.pointer,
drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c
354
ret = hp_convert_hexstr_to_str(password_obj[elem + pos_values].string.pointer,
drivers/platform/x86/hp/hp-bioscfg/string-attributes.c
154
ret = hp_convert_hexstr_to_str(string_obj[elem].string.pointer,
drivers/platform/x86/hp/hp-bioscfg/string-attributes.c
225
ret = hp_convert_hexstr_to_str(string_obj[elem + reqs].string.pointer,