Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/nvec/
H A Dnvec-keytable.h151 static unsigned short extcode_tab_us102[] = { variable
294 static unsigned short *code_tabs[] = { code_tab_102us, extcode_tab_us102 };
H A Dnvec_kbd.c29 + ARRAY_SIZE(extcode_tab_us102)];
122 for (i = 0; i < ARRAY_SIZE(extcode_tab_us102); ++i) in nvec_kbd_probe()
123 keycodes[j++] = extcode_tab_us102[i]; in nvec_kbd_probe()