Home
last modified time | relevance | path

Searched full:fn2 (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/hwmon/
H A Dgxp-fan-ctrl.c14 #define OFS_SEVSTAT 0 /* Is 0 because fn2 base will be set at SEVSTAT */
20 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()
222 "fn2"); 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()
225 "failed to map fn2\n"); in gxp_fan_ctrl_probe()
/linux/Documentation/devicetree/bindings/hwmon/
H A Dhpe,gxp-fan-ctrl.yaml30 - const: fn2
44 reg-names = "base", "pl", "fn2";
/linux/fs/bcachefs/
H A Dclock.c84 .io_timer.fn2 = (void *) _RET_IP_, in bch2_io_clock_schedule_timeout()
100 .io_timer.fn2 = (void *) _RET_IP_, in bch2_kthread_io_clock_wait()
165 clock->timers.data[i]->fn2, in bch2_io_timers_to_text()
H A Dclock_types.h20 void *fn2; member
/linux/drivers/usb/host/
H A Dohci-pci.c69 * identify the USB (fn2). This quirk might apply to more or
/linux/Documentation/hid/
H A Dhid-alps.rst115 2 0 0 0 Fcv Fn3 Fn2 Fn1 Fn0
/linux/drivers/pinctrl/renesas/
H A Dpfc-r8a73a4.c112 PORT_ALL(FN2), /* PORT0_FN2 -> PORT329_FN2 */
887 /* Port192 - Port200 FN2 */
961 /* Port213 - Port222 FN2 */
1197 /* Port297 - Port300 FN2 */
H A Dpfc-r8a7740.c59 PORT_ALL(FN2), /* PORT0_FN2 -> PORT211_FN2 */
H A Dpfc-sh73a0.c68 PORT_ALL(FN2), /* PORT0_FN2 -> PORT309_FN2 */
/linux/drivers/pinctrl/nuvoton/
H A 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()
H A 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/kernel/bpf/
H A Dbtf.c7296 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local
7300 fn2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match()
7307 bpf_log(log, "%s() is not a global function\n", fn2); in btf_check_func_type_match()
7325 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match()
7335 btf_type_str(t2), fn2); in btf_check_func_type_match()
7346 fn2, btf_type_str(t2)); in btf_check_func_type_match()
7353 fn2, t2->size); in btf_check_func_type_match()
7380 i, fn2); in btf_check_func_type_match()
7394 i, fn1, s1, fn2, s2); in btf_check_func_type_match()