Searched refs:fn2 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | gxp-fan-ctrl.c | 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() 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()
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | error-use-after-free.cocci | 25 identifier fn, fn2; 50 fn2(..., err, ...)
|
/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-kernel/linux/linux-obmc/ |
H A D | gxp.dts | 494 fn2_handle = <&fn2>; 497 fn2: fn2@80200000 { label 498 compatible = "hpe,gxp-fn2", "simple-mfd", "syscon";
|
/openbmc/linux/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-npcm7xx.c | 906 .fn2 = fn_ ## h, .reg2 = NPCM7XX_GCR_ ## i, .bit2 = j, \ 928 int fn2, reg2, bit2; member 1426 if (mode == fn_gpio || cfg->fn0 == mode || cfg->fn1 == mode || cfg->fn2 == mode) { in npcm7xx_setfunc() 1440 !!(cfg->fn2 == mode) ? in npcm7xx_setfunc()
|
H A D | pinctrl-npcm8xx.c | 1300 .fn2 = fn_ ## h, .reg2 = NPCM8XX_GCR_ ## i, .bit2 = j, \ 1324 int fn2, reg2, bit2; member 1832 cfg->fn2 == mode || cfg->fn3 == mode || cfg->fn4 == mode) { in npcm8xx_setfunc() 1846 (cfg->fn2 == mode) ? in npcm8xx_setfunc()
|
/openbmc/linux/kernel/bpf/ |
H A D | btf.c | 6638 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local 6642 fn2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match() 6649 bpf_log(log, "%s() is not a global function\n", fn2); in btf_check_func_type_match() 6667 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match() 6677 btf_type_str(t2), fn2); in btf_check_func_type_match() 6688 fn2, btf_type_str(t2)); in btf_check_func_type_match() 6695 fn2, t2->size); in btf_check_func_type_match() 6722 i, fn2); in btf_check_func_type_match() 6736 i, fn1, s1, fn2, s2); in btf_check_func_type_match()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | runqueue.py | 1494 (mc2, fn2, taskname2, taskfn2) = split_tid_mcfn(dep) 1503 if fn == fn2: 1516 … logger.debug2('Stampfile for dependency %s:%s invalid (cached)' % (fn2, taskname2))
|