Home
last modified time | relevance | path

Searched refs:fn_pos (Results 1 – 2 of 2) 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()
154 &config->fn_pos); in key_matrix_decode_fdt()
/openbmc/u-boot/include/
H A Dkey_matrix.h26 int fn_pos; /* position of Fn key in key (or -1) */ member