| /kernel/linux/linux-6.6/drivers/hwmon/ |
| D | gxp-fan-ctrl.c | 14 #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()
|
| /kernel/linux/linux-5.10/security/apparmor/include/ |
| D | perms.h | 92 #define xcheck(FN1, FN2) \ argument 95 e = FN2; \ 132 #define xcheck_labels(L1, L2, P, FN1, FN2) \ argument 133 xcheck(fn_for_each((L1), (P), (FN1)), fn_for_each((L2), (P), (FN2)))
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/ |
| D | hpe,gxp-fan-ctrl.yaml | 30 - const: fn2 44 reg-names = "base", "pl", "fn2";
|
| /kernel/linux/linux-6.6/security/apparmor/include/ |
| D | perms.h | 153 #define xcheck(FN1, FN2) \ argument 156 e = FN2; \ 193 #define xcheck_labels(L1, L2, P, FN1, FN2) \ argument 194 xcheck(fn_for_each((L1), (P), (FN1)), fn_for_each((L2), (P), (FN2)))
|
| /kernel/linux/linux-6.6/Documentation/hid/ |
| D | hid-alps.rst | 115 2 0 0 0 Fcv Fn3 Fn2 Fn1 Fn0
|
| /kernel/linux/linux-5.10/Documentation/hid/ |
| D | hid-alps.rst | 115 2 0 0 0 Fcv Fn3 Fn2 Fn1 Fn0
|
| /kernel/linux/linux-5.10/drivers/usb/host/ |
| D | ohci-pci.c | 69 * identify the USB (fn2). This quirk might apply to more or
|
| /kernel/linux/linux-6.6/drivers/usb/host/ |
| D | ohci-pci.c | 69 * identify the USB (fn2). This quirk might apply to more or
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| D | btf.c | 5013 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local 5017 fn2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match() 5024 bpf_log(log, "%s() is not a global function\n", fn2); in btf_check_func_type_match() 5042 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match() 5052 btf_type_str(t2), fn2); in btf_check_func_type_match() 5063 fn2, btf_type_str(t2)); in btf_check_func_type_match() 5070 fn2, t2->size); in btf_check_func_type_match() 5097 i, fn2); in btf_check_func_type_match() 5111 i, fn1, s1, fn2, s2); in btf_check_func_type_match()
|
| /kernel/linux/linux-5.10/drivers/pinctrl/nuvoton/ |
| D | pinctrl-npcm7xx.c | 899 .fn2 = fn_ ## h, .reg2 = NPCM7XX_GCR_ ## i, .bit2 = j, \ 921 int fn2, reg2, bit2; member 1419 if (mode == fn_gpio || cfg->fn0 == mode || cfg->fn1 == mode || cfg->fn2 == mode) { in npcm7xx_setfunc() 1433 !!(cfg->fn2 == mode) ? in npcm7xx_setfunc()
|
| /kernel/linux/linux-6.6/drivers/pinctrl/nuvoton/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
| D | pfc-r8a73a4.c | 112 PORT_ALL(FN2), /* PORT0_FN2 -> PORT329_FN2 */ 887 /* Port192 - Port200 FN2 */ 961 /* Port213 - Port222 FN2 */ 1197 /* Port297 - Port300 FN2 */
|
| D | pfc-r8a7740.c | 59 PORT_ALL(FN2), /* PORT0_FN2 -> PORT211_FN2 */
|
| D | pfc-sh73a0.c | 69 PORT_ALL(FN2), /* PORT0_FN2 -> PORT309_FN2 */
|
| /kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
| D | pfc-r8a73a4.c | 112 PORT_ALL(FN2), /* PORT0_FN2 -> PORT329_FN2 */ 887 /* Port192 - Port200 FN2 */ 961 /* Port213 - Port222 FN2 */ 1197 /* Port297 - Port300 FN2 */
|
| D | pfc-r8a7740.c | 59 PORT_ALL(FN2), /* PORT0_FN2 -> PORT211_FN2 */
|
| D | pfc-sh73a0.c | 68 PORT_ALL(FN2), /* PORT0_FN2 -> PORT309_FN2 */
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| 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()
|