Home
last modified time | relevance | path

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

/linux-6.15/drivers/pinctrl/
H A Dpinctrl-tps6594.c296 int func_cnt; member
305 .func_cnt = ARRAY_SIZE(tps65224_pinctrl_functions),
315 .func_cnt = ARRAY_SIZE(pinctrl_functions),
349 return pinctrl->func_cnt; in tps6594_pmx_func_cnt()
/linux-6.15/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.c813 unsigned int func_cnt = 0; in samsung_pinctrl_create_functions() local
827 ++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() local
899 functions = samsung_pinctrl_create_functions(dev, drvdata, &func_cnt); in samsung_pinctrl_parse_dt()
[all …]
/linux-6.15/kernel/bpf/
H A Dsyscall.c4803 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()
H A Dcore.c225 if (!prog->aux->jited_linfo || prog->aux->func_idx > prog->aux->func_cnt) in bpf_prog_fill_jited_linfo()
H A Dverifier.c21196 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()
/linux-6.15/Documentation/bpf/
H A Ddrgn.rst134 .func_cnt = (u32)0,
/linux-6.15/include/linux/
H A Dbpf.h1530 u32 func_cnt; /* used by non-func prog as the number of func progs */ member
/linux-6.15/kernel/events/
H A Dcore.c9814 for (i = 1; i < prog->aux->func_cnt; i++) { in perf_event_bpf_emit_ksymbols()