Home
last modified time | relevance | path

Searched refs:fn1 (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/md/
H A Ddm-era-target.c1200 int (*fn1)(struct era_metadata *md, void *ref); member
1333 rpc->result = rpc->fn0 ? rpc->fn0(era->md) : rpc->fn1(era->md, rpc->arg); in process_rpc_calls()
1398 rpc.fn1 = NULL; in in_worker0()
1409 rpc.fn1 = fn; in in_worker1()
/linux-6.15/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c618 .fn1 = fn_ ## e, .reg1 = WPCM450_GCR_ ## f, .bit1 = g }
622 int fn1, reg1, bit1; member
822 if (func == fn_gpio || cfg->fn0 == func || cfg->fn1 == func) { in wpcm450_setfunc()
828 cfg->bit1, cfg->fn1, func); in wpcm450_setfunc()
H A Dpinctrl-npcm7xx.c880 .fn1 = fn_ ## e, .reg1 = NPCM7XX_GCR_ ## f, .bit1 = g, \
902 int fn1, reg1, bit1; member
1401 if (mode == fn_gpio || cfg->fn0 == mode || cfg->fn1 == mode || cfg->fn2 == mode) { in npcm7xx_setfunc()
1410 !!(cfg->fn1 == mode) ? in npcm7xx_setfunc()
H A Dpinctrl-npcm8xx.c1279 .fn1 = fn_ ## e, .reg1 = NPCM8XX_GCR_ ## f, .bit1 = g, \
1303 int fn1, reg1, bit1; member
1811 if (mode == fn_gpio || cfg->fn0 == mode || cfg->fn1 == mode || in npcm8xx_setfunc()
1821 (cfg->fn1 == mode) ? in npcm8xx_setfunc()
/linux-6.15/kernel/bpf/
H A Dbtf.c7417 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local
7420 fn1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match()
7424 bpf_log(log, "%s() is not a global function\n", fn1); in btf_check_func_type_match()
7446 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match()
7455 btf_type_str(t1), fn1, in btf_check_func_type_match()
7466 i, fn1, btf_type_str(t1), in btf_check_func_type_match()
7473 i, fn1, t1->size, in btf_check_func_type_match()
7487 i, fn1); in btf_check_func_type_match()
7495 i, fn1); in btf_check_func_type_match()
7515 i, fn1, s1, fn2, s2); in btf_check_func_type_match()