Lines Matching refs:cols
44 unsigned int cols;
79 for (col = 0; col < omap_kp->cols; col++) {
96 unsigned int row_shift = get_count_order(omap_kp_data->cols);
104 for (col = 0; col < omap_kp_data->cols; col++) {
186 if (!pdata->rows || !pdata->cols || !pdata->keymap_data) {
187 printk(KERN_ERR "No rows, cols or keymap_data from pdata\n");
191 row_shift = get_count_order(pdata->cols);
218 omap_kp->cols = pdata->cols;
247 pdata->rows, pdata->cols,