Home
last modified time | relevance | path

Searched refs:hp_get_common_data_from_buffer (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dstring-attributes.c318 ret = hp_get_common_data_from_buffer(&buffer_ptr, buffer_size, &string_data->common); in hp_populate_string_elements_from_buffer()
H A Dorder-list-attributes.c350 ret = hp_get_common_data_from_buffer(&buffer_ptr, buffer_size, in hp_populate_ordered_list_elements_from_buffer()
H A Dint-attributes.c337 ret = hp_get_common_data_from_buffer(&buffer_ptr, buffer_size, &integer_data->common); in hp_populate_integer_elements_from_buffer()
H A Dbioscfg.h485 int hp_get_common_data_from_buffer(u8 **buffer_ptr, u32 *buffer_size, struct common_data *common);
H A Dbioscfg.c124 int hp_get_common_data_from_buffer(u8 **buffer_ptr, u32 *buffer_size, in hp_get_common_data_from_buffer() function