Searched refs:func_cnt (Results 1 – 8 of 8) sorted by relevance
296 int func_cnt; member305 .func_cnt = ARRAY_SIZE(tps65224_pinctrl_functions),315 .func_cnt = ARRAY_SIZE(pinctrl_functions),349 return pinctrl->func_cnt; in tps6594_pmx_func_cnt()
813 unsigned int func_cnt = 0; in samsung_pinctrl_create_functions() local827 ++func_cnt; in samsung_pinctrl_create_functions()835 ++func_cnt; in samsung_pinctrl_create_functions()839 functions = devm_kcalloc(dev, func_cnt, sizeof(*functions), in samsung_pinctrl_create_functions()849 func_cnt = 0; in samsung_pinctrl_create_functions()858 ++func_cnt; in samsung_pinctrl_create_functions()870 ++func_cnt; in samsung_pinctrl_create_functions()875 *cnt = func_cnt; in samsung_pinctrl_create_functions()891 unsigned int grp_cnt = 0, func_cnt = 0; in samsung_pinctrl_parse_dt() local899 functions = samsung_pinctrl_create_functions(dev, drvdata, &func_cnt); in samsung_pinctrl_parse_dt()[all …]
4803 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()4807 for (i = 0; i < prog->aux->func_cnt; i++) in bpf_prog_get_info_by_fd()4821 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()4826 for (i = 0; i < prog->aux->func_cnt; i++) { in bpf_prog_get_info_by_fd()4847 info.nr_jited_ksyms = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()4859 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()4878 info.nr_jited_func_lens = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()4887 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()4956 info.nr_prog_tags = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()4963 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
225 if (!prog->aux->jited_linfo || prog->aux->func_idx > prog->aux->func_cnt) in bpf_prog_fill_jited_linfo()
21196 func[i]->aux->func_cnt = env->subprog_cnt - env->hidden_subprog_cnt; in jit_subprogs()21247 prog->aux->func_cnt = env->subprog_cnt - env->hidden_subprog_cnt; in jit_subprogs()
134 .func_cnt = (u32)0,
1530 u32 func_cnt; /* used by non-func prog as the number of func progs */ member
9814 for (i = 1; i < prog->aux->func_cnt; i++) { in perf_event_bpf_emit_ksymbols()