Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/counter/
Dcounter.c837 size_t func_index; in counter_function_show() local
840 err = counter->ops->function_get(counter, count, &func_index); in counter_function_show()
844 count->function = func_index; in counter_function_show()
846 function = count->functions_list[func_index]; in counter_function_show()
858 size_t func_index; in counter_function_store() local
864 for (func_index = 0; func_index < num_functions; func_index++) { in counter_function_store()
865 function = count->functions_list[func_index]; in counter_function_store()
870 if (func_index >= num_functions) in counter_function_store()
873 err = counter->ops->function_set(counter, count, func_index); in counter_function_store()
877 count->function = func_index; in counter_function_store()