Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dkey_matrix.c72 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()
H A Dtegra-kbc.c315 if (priv->matrix.fn_keycode) { in tegra_kbd_probe()
317 priv->matrix.fn_keycode, in tegra_kbd_probe()
/OK3568_Linux_fs/u-boot/include/
H A Dkey_matrix.h26 const u8 *fn_keycode; /* ...when Fn held down */ member
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-apple.c198 u16 fn_keycode = (swap_fn_leftctrl) ? (KEY_LEFTCTRL) : (KEY_FN); in hidinput_apple_event() local
200 if (usage->code == fn_keycode) { in hidinput_apple_event()