Lines Matching defs:cols
43 unsigned int cols;
78 for (col = 0; col < omap_kp->cols; col++) {
95 unsigned int row_shift = get_count_order(omap_kp_data->cols);
103 for (col = 0; col < omap_kp_data->cols; col++) {
185 if (!pdata->rows || !pdata->cols || !pdata->keymap_data) {
186 printk(KERN_ERR "No rows, cols or keymap_data from pdata\n");
190 row_shift = get_count_order(pdata->cols);
218 omap_kp->cols = pdata->cols;
247 pdata->rows, pdata->cols,