Searched refs:fn_keycode (Results 1 – 3 of 3) 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