Searched defs:keycodemax (Results 1 - 1 of 1) sorted by relevance

/drivers/input/keyboard/
H A Domap-keypad.c292 unsigned int row_shift, keycodemax; local
300 keycodemax = pdata->rows << row_shift;
303 keycodemax * sizeof(unsigned short), GFP_KERNEL);
321 input_dev->keycodemax = keycodemax;

Completed in 46 milliseconds