Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/
H A Dinput.c50 static const unsigned int input_max_code[EV_CNT] = { variable
1990 if (type < EV_CNT && input_max_code[type] && in input_set_capability()
1991 code > input_max_code[type]) { in input_set_capability()