Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/keyboard/
Dqt2160.c50 static unsigned char qt2160_key2code[] = { variable
73 unsigned short keycodes[ARRAY_SIZE(qt2160_key2code)];
416 input->keycodemax = ARRAY_SIZE(qt2160_key2code); in qt2160_probe()
420 for (i = 0; i < ARRAY_SIZE(qt2160_key2code); i++) { in qt2160_probe()
421 qt2160->keycodes[i] = qt2160_key2code[i]; in qt2160_probe()
422 __set_bit(qt2160_key2code[i], input->keybit); in qt2160_probe()