Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.c815 unsigned int func_cnt = 0; in samsung_pinctrl_create_functions()
829 ++func_cnt;
837 ++func_cnt; in samsung_pinctrl_parse_dt()
841 functions = devm_kcalloc(dev, func_cnt, sizeof(*functions), in samsung_pinctrl_parse_dt()
851 func_cnt = 0; in samsung_pinctrl_parse_dt()
864 ++func_cnt;
879 ++func_cnt; in samsung_pinctrl_register()
884 *cnt = func_cnt; in samsung_pinctrl_register()
900 unsigned int grp_cnt = 0, func_cnt = 0; in samsung_pinctrl_register()
908 functions = samsung_pinctrl_create_functions(dev, drvdata, &func_cnt); in samsung_pinctrl_register()
757 unsigned int func_cnt = 0; samsung_pinctrl_create_functions() local
842 unsigned int grp_cnt = 0, func_cnt = 0; samsung_pinctrl_parse_dt() local
[all...]
/linux/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/kernel/bpf/
H A Dsyscall.c4687 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
4691 for (i = 0; i < prog->aux->func_cnt; i++) in bpf_prog_get_info_by_fd()
4705 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
4710 for (i = 0; i < prog->aux->func_cnt; i++) { in bpf_prog_get_info_by_fd()
4731 info.nr_jited_ksyms = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()
4743 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
4762 info.nr_jited_func_lens = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()
4771 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
4842 info.nr_prog_tags = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()
4849 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
H A Dcore.c224 if (!prog->aux->jited_linfo || prog->aux->func_idx > prog->aux->func_cnt) in bpf_prog_fill_jited_linfo()
H A Dverifier.c19536 func[i]->aux->func_cnt = env->subprog_cnt - env->hidden_subprog_cnt; in jit_subprogs()
19587 prog->aux->func_cnt = env->subprog_cnt - env->hidden_subprog_cnt; in jit_subprogs()
/linux/Documentation/bpf/
H A Ddrgn.rst134 .func_cnt = (u32)0,
/linux/include/linux/
H A Dbpf.h1448 u32 func_cnt; /* used by non-func prog as the number of func progs */ member
/linux/kernel/events/
H A Dcore.c9449 for (i = 1; i < prog->aux->func_cnt; i++) { in perf_event_text_poke()