Searched refs:fnremap (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | applespi.c | 100 static unsigned int fnremap; variable 101 module_param(fnremap, uint, 0644); 102 MODULE_PARM_DESC(fnremap, "Remap Fn key ([0] = no-remap; 1 = left-ctrl, 2 = left-shift, 3 = left-alt, 4 = left-meta, 6 = right-shift, 7 = right-alt, 8 = right-meta)"); 1117 u8 bit = BIT((fnremap - 1) & 0x07); in applespi_remap_fn_key() 1119 if (!fnremap || fnremap > ARRAY_SIZE(applespi_controlcodes) || in applespi_remap_fn_key() 1120 !applespi_controlcodes[fnremap - 1]) in applespi_remap_fn_key()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | applespi.c | 100 static unsigned int fnremap; variable 101 module_param(fnremap, uint, 0644); 102 MODULE_PARM_DESC(fnremap, "Remap Fn key ([0] = no-remap; 1 = left-ctrl, 2 = left-shift, 3 = left-alt, 4 = left-meta, 6 = right-shift, 7 = right-alt, 8 = right-meta)"); 1132 u8 bit = BIT((fnremap - 1) & 0x07); in applespi_remap_fn_key() 1134 if (!fnremap || fnremap > ARRAY_SIZE(applespi_controlcodes) || in applespi_remap_fn_key() 1135 !applespi_controlcodes[fnremap - 1]) in applespi_remap_fn_key()
|
Completed in 6 milliseconds