Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
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-6.12.1/fs/bcachefs/
Dclock.c97 .io_timer.fn2 = (void *) _RET_IP_, in bch2_io_clock_schedule_timeout()
113 .io_timer.fn2 = (void *) _RET_IP_, in bch2_kthread_io_clock_wait()
182 clock->timers.data[i]->fn2, in bch2_io_timers_to_text()
Dclock_types.h20 void *fn2; member
/linux-6.12.1/drivers/pinctrl/nuvoton/
Dpinctrl-npcm7xx.c900 .fn2 = fn_ ## h, .reg2 = NPCM7XX_GCR_ ## i, .bit2 = j, \
922 int fn2, reg2, bit2; member
1420 if (mode == fn_gpio || cfg->fn0 == mode || cfg->fn1 == mode || cfg->fn2 == mode) { in npcm7xx_setfunc()
1434 !!(cfg->fn2 == mode) ? in npcm7xx_setfunc()
Dpinctrl-npcm8xx.c1295 .fn2 = fn_ ## h, .reg2 = NPCM8XX_GCR_ ## i, .bit2 = j, \
1319 int fn2, reg2, bit2; member
1827 cfg->fn2 == mode || cfg->fn3 == mode || cfg->fn4 == mode) { in npcm8xx_setfunc()
1841 (cfg->fn2 == mode) ? in npcm8xx_setfunc()
/linux-6.12.1/kernel/bpf/
Dbtf.c7131 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local
7135 fn2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match()
7142 bpf_log(log, "%s() is not a global function\n", fn2); in btf_check_func_type_match()
7160 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match()
7170 btf_type_str(t2), fn2); in btf_check_func_type_match()
7181 fn2, btf_type_str(t2)); in btf_check_func_type_match()
7188 fn2, t2->size); in btf_check_func_type_match()
7215 i, fn2); in btf_check_func_type_match()
7229 i, fn1, s1, fn2, s2); in btf_check_func_type_match()