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 = kzalloc_objs(*bioscfg_drv.ordered_list_data, in hp_alloc_ordered_list_data()
103 if (!bioscfg_drv.ordered_list_data) { in hp_alloc_ordered_list_data()
143 struct ordered_list_data *ordered_list_data = &bioscfg_drv.ordered_list_data[instance_id]; in hp_populate_ordered_list_elements_from_package() local
179 strscpy(ordered_list_data->current_value, str_value); in hp_populate_ordered_list_elements_from_package()
180 replace_char_str(ordered_list_data->current_value, COMMA_SEP, SEMICOLON_SEP); in hp_populate_ordered_list_elements_from_package()
183 strscpy(ordered_list_data->common.path, str_value); in hp_populate_ordered_list_elements_from_package()
186 ordered_list_data->common.is_readonly = int_value; in hp_populate_ordered_list_elements_from_package()
[all …]
H A Dbioscfg.h160 struct ordered_list_data { struct
215 struct ordered_list_data *ordered_list_data; member