Home
last modified time | relevance | path

Searched refs:fn_keycode (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/input/
H A Dkey_matrix.c71 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()
H A Dtegra-kbc.c312 if (priv->matrix.fn_keycode) { in tegra_kbd_probe()
314 priv->matrix.fn_keycode, in tegra_kbd_probe()
/openbmc/u-boot/include/
H A Dkey_matrix.h25 const u8 *fn_keycode; /* ...when Fn held down */ member