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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dqt2160.c117 u16 old_matrix, new_matrix; local
134 qt2160->key_matrix = new_matrix = (regs[2] << 8) | regs[1];
138 int keyval = new_matrix & mask;

Completed in 95 milliseconds