Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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_dat in hp_populate_ordered_list_elements_from_package() local
311 struct ordered_list_data *ordered_list_data = &bioscfg_drv.ordered_list_data[instance_id]; hp_populate_ordered_list_package_data() local
331 struct ordered_list_data *ordered_list_data = &bioscfg_drv.ordered_list_data[instance_id]; hp_populate_ordered_list_elements_from_buffer() local
398 struct ordered_list_data *ordered_list_data = &bioscfg_drv.ordered_list_data[instance_id]; hp_populate_ordered_list_buffer_data() local
[all...]
H A Dbioscfg.h159 struct ordered_list_data { struct
214 struct ordered_list_data *ordered_list_data; member

Completed in 2 milliseconds