Home
last modified time | relevance | path

Searched refs:fn2 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm7xx.c874 .fn2 = fn_ ## h, .reg2 = NPCM7XX_GCR_ ## i, .bit2 = j, \
896 int fn2, reg2, bit2; member
1394 if (mode == fn_gpio || cfg->fn0 == mode || cfg->fn1 == mode || cfg->fn2 == mode) { in npcm7xx_setfunc()
1408 !!(cfg->fn2 == mode) ? in npcm7xx_setfunc()
H A Dpinctrl-npcm8xx.c1299 .fn2 = fn_ ## h, .reg2 = NPCM8XX_GCR_ ## i, .bit2 = j, \
1324 int fn2, reg2, bit2; member
1887 cfg->fn2 == mode || cfg->fn3 == mode || cfg->fn4 == mode) { in npcm8xx_setfunc()
1901 (cfg->fn2 == mode) ? in npcm8xx_setfunc()
/linux/kernel/bpf/
H A Dbtf.c7638 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local
7642 fn2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match()
7649 bpf_log(log, "%s() is not a global function\n", fn2); in btf_check_func_type_match()
7667 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match()
7677 btf_type_str(t2), fn2); in btf_check_func_type_match()
7688 fn2, btf_type_str(t2)); in btf_check_func_type_match()
7695 fn2, t2->size); in btf_check_func_type_match()
7722 i, fn2); in btf_check_func_type_match()
7736 i, fn1, s1, fn2, s2); in btf_check_func_type_match()