Searched refs:n_cols (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 Dtwl4030_keypad.c65 unsigned n_cols; member in struct:twl4030_keypad
167 * key on as if it was on matrix position n_cols (ie
171 return 1 << kp->n_cols;
173 return col & ((1 << kp->n_cols) - 1);
233 for (col = 0; col < kp->n_cols + 1; col++) {
359 kp->n_cols = pdata->cols;

Completed in 51 milliseconds