Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-picolcd_core.c31 static const unsigned short def_keymap[PICOLCD_KEYS] = {
140 if (raw_data[i] < PICOLCD_KEYS) in picolcd_raw_keypad()
163 if (data->pressed_keys[j] < PICOLCD_KEYS) in picolcd_raw_keypad()
438 idev->keycodemax = PICOLCD_KEYS; in picolcd_init_keys()
442 for (i = 0; i < PICOLCD_KEYS; i++) in picolcd_init_keys()
H A Dhid-picolcd.h61 #define PICOLCD_KEYS 17 macro
81 unsigned short keycode[PICOLCD_KEYS];