Lines Matching full:keycode
56 int num_keys, int keycode[], int max_keycodes) in key_matrix_decode() argument
75 /* Convert the (row, col) values into a keycode */ in key_matrix_decode()
77 keycode[valid++] = keymap[pos]; in key_matrix_decode()
78 debug(" keycode=%d\n", keymap[pos]); in key_matrix_decode()
92 * Create a new keycode map from some provided data
94 * This decodes a keycode map in the format used by the fdt, which is one
95 * word per entry, with the row, col and keycode encoded in that word.
98 * keycode for that (row, col). We also search for map_keycode and return
102 * @param data Keycode data
103 * @param len Number of entries in keycode table
132 debug(" map %d, %d: pos=%d, keycode=%d\n", row, col, in create_keymap()
150 debug("%s: cannot find keycode-plain map\n", __func__); in key_matrix_decode_fdt()