Home
last modified time | relevance | path

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

/openbmc/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, in update_ordered_list_value()
62 sizeof(ordered_list_data->current_value)); in update_ordered_list_value()
103 bioscfg_drv.ordered_list_data = kcalloc(bioscfg_drv.ordered_list_instances_count, in hp_alloc_ordered_list_data()
104 sizeof(*bioscfg_drv.ordered_list_data), in hp_alloc_ordered_list_data()
106 if (!bioscfg_drv.ordered_list_data) { in hp_alloc_ordered_list_data()
146 struct ordered_list_data *ordered_list_data = &bioscfg_drv.ordered_list_data[instance_id]; in hp_populate_ordered_list_elements_from_package() local
182 strscpy(ordered_list_data->current_value, in hp_populate_ordered_list_elements_from_package()
183 str_value, sizeof(ordered_list_data->current_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