Lines Matching defs:func_cnt
746 unsigned int func_cnt = 0;
760 ++func_cnt;
768 ++func_cnt;
772 functions = devm_kcalloc(dev, func_cnt, sizeof(*functions),
782 func_cnt = 0;
795 ++func_cnt;
810 ++func_cnt;
815 *cnt = func_cnt;
831 unsigned int grp_cnt = 0, func_cnt = 0;
839 functions = samsung_pinctrl_create_functions(dev, drvdata, &func_cnt);
848 drvdata->nr_functions = func_cnt;