Searched refs:KB_COLS (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Daaed2000_kbd.c27 #define KB_COLS 8 macro
30 #define NR_SCANCODES (KB_COLS * KB_ROWS)
49 int kbdscan_state[KB_COLS];
50 int kbdscan_count[KB_COLS];
89 } while (col < KB_COLS);
H A Dlocomokbd.c66 #define KB_COLS 8 macro
139 for (col = 0; col < KB_COLS; col++) {

Completed in 37 milliseconds