Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/keyboard/
Dqt2160.c37 static unsigned char qt2160_key2code[] = { variable
58 unsigned short keycodes[ARRAY_SIZE(qt2160_key2code)];
379 input->keycodemax = ARRAY_SIZE(qt2160_key2code); in qt2160_probe()
383 for (i = 0; i < ARRAY_SIZE(qt2160_key2code); i++) { in qt2160_probe()
384 qt2160->keycodes[i] = qt2160_key2code[i]; in qt2160_probe()
385 __set_bit(qt2160_key2code[i], input->keybit); in qt2160_probe()