Searched refs:fn_keycode (Results 1 – 4 of 4) sorted by relevance
72 if (config->fn_keycode && pos == config->fn_pos) in key_matrix_decode()73 keymap = config->fn_keycode; in key_matrix_decode()166 config->fn_keycode = create_keymap(config, prop, proplen, -1, NULL); in key_matrix_decode_fdt()168 if (!config->fn_keycode) { in key_matrix_decode_fdt()175 config->plain_keycode, config->fn_keycode); in key_matrix_decode_fdt()
315 if (priv->matrix.fn_keycode) { in tegra_kbd_probe()317 priv->matrix.fn_keycode, in tegra_kbd_probe()
26 const u8 *fn_keycode; /* ...when Fn held down */ member
198 u16 fn_keycode = (swap_fn_leftctrl) ? (KEY_LEFTCTRL) : (KEY_FN); in hidinput_apple_event() local200 if (usage->code == fn_keycode) { in hidinput_apple_event()