Searched refs:fn1 (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/drivers/pinctrl/nuvoton/ |
| D | pinctrl-wpcm450.c | 617 .fn1 = fn_ ## e, .reg1 = WPCM450_GCR_ ## f, .bit1 = g } 621 int fn1, reg1, bit1; member 805 if (func == fn_gpio || cfg->fn0 == func || cfg->fn1 == func) { in wpcm450_setfunc() 813 (cfg->fn1 == func) ? BIT(cfg->bit1) : 0); in wpcm450_setfunc()
|
| D | pinctrl-npcm7xx.c | 899 .fn1 = fn_ ## e, .reg1 = NPCM7XX_GCR_ ## f, .bit1 = g, \ 921 int fn1, reg1, bit1; member 1420 if (mode == fn_gpio || cfg->fn0 == mode || cfg->fn1 == mode || cfg->fn2 == mode) { in npcm7xx_setfunc() 1429 !!(cfg->fn1 == mode) ? in npcm7xx_setfunc()
|
| /Linux-v6.1/drivers/md/ |
| D | dm-era-target.c | 1185 int (*fn1)(struct era_metadata *, void *); member 1315 rpc->result = rpc->fn0 ? rpc->fn0(era->md) : rpc->fn1(era->md, rpc->arg); in process_rpc_calls() 1379 rpc.fn1 = NULL; in in_worker0() 1389 rpc.fn1 = fn; in in_worker1()
|
| /Linux-v6.1/kernel/bpf/ |
| D | btf.c | 5999 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local 6002 fn1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match() 6006 bpf_log(log, "%s() is not a global function\n", fn1); in btf_check_func_type_match() 6028 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match() 6037 btf_type_str(t1), fn1, in btf_check_func_type_match() 6048 i, fn1, btf_type_str(t1), in btf_check_func_type_match() 6055 i, fn1, t1->size, in btf_check_func_type_match() 6069 i, fn1); in btf_check_func_type_match() 6077 i, fn1); in btf_check_func_type_match() 6097 i, fn1, s1, fn2, s2); in btf_check_func_type_match()
|