Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-picolcd_core.c40 static const unsigned short def_keymap[PICOLCD_KEYS] = {
149 if (raw_data[i] < PICOLCD_KEYS) in picolcd_raw_keypad()
172 if (data->pressed_keys[j] < PICOLCD_KEYS) in picolcd_raw_keypad()
455 idev->keycodemax = PICOLCD_KEYS; in picolcd_init_keys()
459 for (i = 0; i < PICOLCD_KEYS; i++) in picolcd_init_keys()
Dhid-picolcd.h71 #define PICOLCD_KEYS 17 macro
91 unsigned short keycode[PICOLCD_KEYS];