/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-era-target.c | 1181 int (*fn1)(struct era_metadata *, void *); member 1311 rpc->result = rpc->fn0 ? rpc->fn0(era->md) : rpc->fn1(era->md, rpc->arg); in process_rpc_calls() 1375 rpc.fn1 = NULL; in in_worker0() 1385 rpc.fn1 = fn; in in_worker1()
|
/kernel/linux/linux-6.6/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-wpcm450.c | 624 .fn1 = fn_ ## e, .reg1 = WPCM450_GCR_ ## f, .bit1 = g } 628 int fn1, reg1, bit1; member 828 if (func == fn_gpio || cfg->fn0 == func || cfg->fn1 == func) { in wpcm450_setfunc() 834 cfg->bit1, cfg->fn1, func); in wpcm450_setfunc()
|
H A D | pinctrl-npcm7xx.c | 905 .fn1 = fn_ ## e, .reg1 = NPCM7XX_GCR_ ## f, .bit1 = g, \ 927 int fn1, reg1, bit1; member 1426 if (mode == fn_gpio || cfg->fn0 == mode || cfg->fn1 == mode || cfg->fn2 == mode) { in npcm7xx_setfunc() 1435 !!(cfg->fn1 == mode) ? in npcm7xx_setfunc()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-era-target.c | 1200 int (*fn1)(struct era_metadata *md, void *ref); member 1334 rpc->result = rpc->fn0 ? rpc->fn0(era->md) : rpc->fn1(era->md, rpc->arg); in process_rpc_calls() 1399 rpc.fn1 = NULL; in in_worker0() 1410 rpc.fn1 = fn; in in_worker1()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | btf.c | 5013 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local 5016 fn1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match() 5020 bpf_log(log, "%s() is not a global function\n", fn1); in btf_check_func_type_match() 5042 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match() 5051 btf_type_str(t1), fn1, in btf_check_func_type_match() 5062 i, fn1, btf_type_str(t1), in btf_check_func_type_match() 5069 i, fn1, t1->size, in btf_check_func_type_match() 5083 i, fn1); in btf_check_func_type_match() 5091 i, fn1); in btf_check_func_type_match() 5111 i, fn1, s in btf_check_func_type_match() [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-npcm7xx.c | 898 .fn1 = fn_ ## e, .reg1 = NPCM7XX_GCR_ ## f, .bit1 = g, \ 920 int fn1, reg1, bit1; member 1419 if (mode == fn_gpio || cfg->fn0 == mode || cfg->fn1 == mode || cfg->fn2 == mode) { in npcm7xx_setfunc() 1428 !!(cfg->fn1 == mode) ? in npcm7xx_setfunc()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | btf.c | 6632 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local 6635 fn1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match() 6639 bpf_log(log, "%s() is not a global function\n", fn1); in btf_check_func_type_match() 6661 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match() 6670 btf_type_str(t1), fn1, in btf_check_func_type_match() 6681 i, fn1, btf_type_str(t1), in btf_check_func_type_match() 6688 i, fn1, t1->size, in btf_check_func_type_match() 6702 i, fn1); in btf_check_func_type_match() 6710 i, fn1); in btf_check_func_type_match() 6730 i, fn1, s in btf_check_func_type_match() [all...] |