Home
last modified time | relevance | path

Searched refs:ordered_list_data (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dorder-list-attributes.c21 bioscfg_drv.ordered_list_data[instance_id].current_value); in current_value_show()
58 struct ordered_list_data *ordered_list_data = &bioscfg_drv.ordered_list_data[instance]; in update_ordered_list_value() local
60 strscpy(ordered_list_data->current_value, attr_value); in update_ordered_list_value()
101 bioscfg_drv.ordered_list_data = kcalloc(bioscfg_drv.ordered_list_instances_count, in hp_alloc_ordered_list_data()
102 sizeof(*bioscfg_drv.ordered_list_data), in hp_alloc_ordered_list_data()
104 if (!bioscfg_drv.ordered_list_data) { in hp_alloc_ordered_list_data()
144 struct ordered_list_data *ordered_list_data = &bioscfg_drv.ordered_list_data[instance_id]; in hp_populate_ordered_list_elements_from_package() local
180 strscpy(ordered_list_data->current_value, str_value); in hp_populate_ordered_list_elements_from_package()
181 replace_char_str(ordered_list_data->current_value, COMMA_SEP, SEMICOLON_SEP); in hp_populate_ordered_list_elements_from_package()
184 strscpy(ordered_list_data->common.path, str_value); in hp_populate_ordered_list_elements_from_package()
[all …]
H A Dbioscfg.h159 struct ordered_list_data { struct
214 struct ordered_list_data *ordered_list_data; member