Searched refs:fn_keycode (Results 1 - 3 of 3) sorted by path

/u-boot/drivers/input/
H A Dkey_matrix.c72 if (config->fn_keycode && pos == config->fn_pos)
73 keymap = config->fn_keycode;
166 config->fn_keycode = create_keymap(config, prop, proplen, -1, NULL);
168 if (!config->fn_keycode) {
175 config->plain_keycode, config->fn_keycode);
H A Dtegra-kbc.c314 if (priv->matrix.fn_keycode) {
316 priv->matrix.fn_keycode,
/u-boot/include/
H A Dkey_matrix.h24 const u8 *fn_keycode; /* ...when Fn held down */ member in struct:key_matrix

Completed in 166 milliseconds