Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/input/
Dinput.c53 static const unsigned int input_max_code[EV_CNT] = { variable
2107 if (type < EV_CNT && input_max_code[type] && in input_set_capability()
2108 code > input_max_code[type]) { in input_set_capability()