Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-tps6594.c312 int func_cnt; member
321 .func_cnt = ARRAY_SIZE(tps652g1_pinctrl_functions),
331 .func_cnt = ARRAY_SIZE(tps65224_pinctrl_functions),
341 .func_cnt = ARRAY_SIZE(pinctrl_functions),
375 return pinctrl->func_cnt; in tps6594_pmx_func_cnt()
/linux/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.c818 unsigned int func_cnt = 0; in samsung_pinctrl_create_functions() local
832 ++func_cnt; in samsung_pinctrl_create_functions()
840 ++func_cnt; in samsung_pinctrl_create_functions()
844 functions = devm_kcalloc(dev, func_cnt, sizeof(*functions), in samsung_pinctrl_create_functions()
854 func_cnt = 0; in samsung_pinctrl_create_functions()
863 ++func_cnt; in samsung_pinctrl_create_functions()
875 ++func_cnt; in samsung_pinctrl_create_functions()
880 *cnt = func_cnt; in samsung_pinctrl_create_functions()
896 unsigned int grp_cnt = 0, func_cnt = 0; in samsung_pinctrl_parse_dt() local
904 functions = samsung_pinctrl_create_functions(dev, drvdata, &func_cnt); in samsung_pinctrl_parse_dt()
[all …]
/linux/Documentation/bpf/
H A Ddrgn.rst134 .func_cnt = (u32)0,
/linux/kernel/bpf/
H A Dsyscall.c5064 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
5068 for (i = 0; i < prog->aux->func_cnt; i++) in bpf_prog_get_info_by_fd()
5082 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
5087 for (i = 0; i < prog->aux->func_cnt; i++) { in bpf_prog_get_info_by_fd()
5108 info.nr_jited_ksyms = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()
5120 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
5139 info.nr_jited_func_lens = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()
5148 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
5217 info.nr_prog_tags = prog->aux->func_cnt ? : 1; in bpf_prog_get_info_by_fd()
5224 if (prog->aux->func_cnt) { in bpf_prog_get_info_by_fd()
H A Dcore.c232 if (!prog->aux->jited_linfo || prog->aux->func_idx > prog->aux->func_cnt) in bpf_prog_fill_jited_linfo()
H A Dverifier.c21666 func[i]->aux->func_cnt = env->subprog_cnt - env->hidden_subprog_cnt; in jit_subprogs()
21717 prog->aux->func_cnt = env->subprog_cnt - env->hidden_subprog_cnt; in jit_subprogs()
/linux/include/linux/
H A Dbpf.h1611 u32 func_cnt; /* used by non-func prog as the number of func progs */ member
/linux/kernel/events/
H A Dcore.c9957 for (i = 1; i < prog->aux->func_cnt; i++) { in perf_event_bpf_emit_ksymbols()