func_index 837 drivers/counter/counter.c size_t func_index; func_index 840 drivers/counter/counter.c err = counter->ops->function_get(counter, count, &func_index); func_index 844 drivers/counter/counter.c count->function = func_index; func_index 846 drivers/counter/counter.c function = count->functions_list[func_index]; func_index 858 drivers/counter/counter.c size_t func_index; func_index 864 drivers/counter/counter.c for (func_index = 0; func_index < num_functions; func_index++) { func_index 865 drivers/counter/counter.c function = count->functions_list[func_index]; func_index 870 drivers/counter/counter.c if (func_index >= num_functions) func_index 873 drivers/counter/counter.c err = counter->ops->function_set(counter, count, func_index); func_index 877 drivers/counter/counter.c count->function = func_index;