Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-era-target.c1181 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()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c5000 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local
5003 fn1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match()
5007 bpf_log(log, "%s() is not a global function\n", fn1); in btf_check_func_type_match()
5029 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match()
5038 btf_type_str(t1), fn1, in btf_check_func_type_match()
5049 i, fn1, btf_type_str(t1), in btf_check_func_type_match()
5056 i, fn1, t1->size, in btf_check_func_type_match()
5070 i, fn1); in btf_check_func_type_match()
5078 i, fn1); in btf_check_func_type_match()
5098 i, fn1, s1, fn2, s2); in btf_check_func_type_match()
/OK3568_Linux_fs/kernel/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm7xx.c898 .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()