Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dinput.h12 INPUT_MAX_MODIFIERS = 4, enumerator
50 struct input_key_xlate table[INPUT_MAX_MODIFIERS];
/openbmc/u-boot/drivers/input/
H A Dinput.c557 int keycode[INPUT_MAX_MODIFIERS + 1]; in input_add_keycode()
588 if (config->num_tables == INPUT_MAX_MODIFIERS) { in input_add_table()