Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dgxp-fan-ctrl.c20 void __iomem *fn2; member
53 val = readl(drvdata->fn2 + OFS_SEVSTAT); in fan_enabled()
109 reg = readl(drvdata->fn2 + OFS_SEVSTAT); in gxp_pwm_read()
221 drvdata->fn2 = devm_platform_ioremap_resource_byname(pdev, in gxp_fan_ctrl_probe()
223 if (IS_ERR(drvdata->fn2)) in gxp_fan_ctrl_probe()
224 return dev_err_probe(dev, PTR_ERR(drvdata->fn2), in gxp_fan_ctrl_probe()
/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-npcm7xx.c876 .fn2 = fn_ ## h, .reg2 = NPCM7XX_GCR_ ## i, .bit2 = j, \
898 int fn2, reg2, bit2; member
1396 if (mode == fn_gpio || cfg->fn0 == mode || cfg->fn1 == mode || cfg->fn2 == mode) { in npcm7xx_setfunc()
1410 !!(cfg->fn2 == mode) ? in npcm7xx_setfunc()
H A Dpinctrl-npcm8xx.c1277 .fn2 = fn_ ## h, .reg2 = NPCM8XX_GCR_ ## i, .bit2 = j, \
1301 int fn2, reg2, bit2; member
1809 cfg->fn2 == mode || cfg->fn3 == mode || cfg->fn4 == mode) { in npcm8xx_setfunc()
1823 (cfg->fn2 == mode) ? in npcm8xx_setfunc()
/linux/kernel/bpf/
H A Dbtf.c7555 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local
7559 fn2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match()
7566 bpf_log(log, "%s() is not a global function\n", fn2); in btf_check_func_type_match()
7584 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match()
7594 btf_type_str(t2), fn2); in btf_check_func_type_match()
7605 fn2, btf_type_str(t2)); in btf_check_func_type_match()
7612 fn2, t2->size); in btf_check_func_type_match()
7639 i, fn2); in btf_check_func_type_match()
7653 i, fn1, s1, fn2, s2); in btf_check_func_type_match()