Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/counter/
Dcounter.c766 size_t func_index; in counter_function_show() local
769 err = counter->ops->function_get(counter, count, &func_index); in counter_function_show()
773 count->function = func_index; in counter_function_show()
775 function = count->functions_list[func_index]; in counter_function_show()
787 size_t func_index; in counter_function_store() local
793 for (func_index = 0; func_index < num_functions; func_index++) { in counter_function_store()
794 function = count->functions_list[func_index]; in counter_function_store()
799 if (func_index >= num_functions) in counter_function_store()
802 err = counter->ops->function_set(counter, count, func_index); in counter_function_store()
806 count->function = func_index; in counter_function_store()