Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/input/
Dinput.c51 static const unsigned int input_max_code[EV_CNT] = { variable
2105 if (type < EV_CNT && input_max_code[type] && in input_set_capability()
2106 code > input_max_code[type]) { in input_set_capability()