Searched refs:fn_keycode (Results 1 – 3 of 3) sorted by relevance
71 if (config->fn_keycode && pos == config->fn_pos) in key_matrix_decode()72 keymap = config->fn_keycode; in key_matrix_decode()165 config->fn_keycode = create_keymap(config, prop, proplen, -1, NULL); in key_matrix_decode_fdt()167 if (!config->fn_keycode) { in key_matrix_decode_fdt()174 config->plain_keycode, config->fn_keycode); in key_matrix_decode_fdt()
312 if (priv->matrix.fn_keycode) { in tegra_kbd_probe()314 priv->matrix.fn_keycode, in tegra_kbd_probe()
25 const u8 *fn_keycode; /* ...when Fn held down */ member