Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Di8042.c34 static unsigned char ext_key_map[] = { variable
244 for (i = 0; ext_key_map[i]; i++) { in i8042_kbd_check()
245 if (ext_key_map[i] == scan_code) { in i8042_kbd_check()
251 if (!ext_key_map[i]) in i8042_kbd_check()