Lines Matching refs:cols
43 unsigned int cols;
75 for (col = 0; col < omap_kp->cols; col++) {
92 unsigned int row_shift = get_count_order(omap_kp_data->cols);
100 for (col = 0; col < omap_kp_data->cols; col++) {
188 if (!pdata->rows || !pdata->cols || !pdata->keymap_data) {
189 printk(KERN_ERR "No rows, cols or keymap_data from pdata\n");
193 row_shift = get_count_order(pdata->cols);
215 omap_kp->cols = pdata->cols;
237 pdata->rows, pdata->cols,