Symbol: hp_get_string_from_buffer
drivers/platform/x86/hp/hp-bioscfg/bioscfg.c
133
ret = hp_get_string_from_buffer(buffer_ptr, buffer_size, common_data->path,
drivers/platform/x86/hp/hp-bioscfg/bioscfg.c
176
ret = hp_get_string_from_buffer(buffer_ptr, buffer_size,
drivers/platform/x86/hp/hp-bioscfg/bioscfg.c
785
ret = hp_get_string_from_buffer(&buffer_ptr,
drivers/platform/x86/hp/hp-bioscfg/bioscfg.h
473
int hp_get_string_from_buffer(u8 **buffer, u32 *buffer_size, char *dst, u32 dst_size);
drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c
353
ret = hp_get_string_from_buffer(&buffer_ptr, buffer_size, enum_data->current_value,
drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c
364
ret = hp_get_string_from_buffer(&buffer_ptr, buffer_size,
drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c
382
ret = hp_get_string_from_buffer(&buffer_ptr, buffer_size,
drivers/platform/x86/hp/hp-bioscfg/int-attributes.c
330
hp_get_string_from_buffer(&buffer_ptr, buffer_size, dst, dst_size);
drivers/platform/x86/hp/hp-bioscfg/order-list-attributes.c
346
ret = hp_get_string_from_buffer(&buffer_ptr, buffer_size, ordered_list_data->current_value,
drivers/platform/x86/hp/hp-bioscfg/order-list-attributes.c
371
ret = hp_get_string_from_buffer(&buffer_ptr, buffer_size,
drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c
437
ret = hp_get_string_from_buffer(&buffer_ptr, buffer_size, password_data->current_password,
drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c
474
ret = hp_get_string_from_buffer(&buffer_ptr, buffer_size,
drivers/platform/x86/hp/hp-bioscfg/string-attributes.c
312
ret = hp_get_string_from_buffer(&buffer_ptr, buffer_size, string_data->current_value,