Lines Matching defs:num_rows
446 unsigned int *num_rows)
450 *num_rows = 0;
463 (*num_rows)++;
494 u32 num_rows = 0;
518 num_rows = proplen / sizeof(u32);
526 if (num_rows > kbc->hw_support->max_rows) {
543 if (!num_rows || !num_cols || ((num_rows + num_cols) > KBC_MAX_GPIO)) {
554 rows_cfg, num_rows);
567 for (i = 0; i < num_rows; i++) {
603 int num_rows = 0;
630 if (!tegra_kbc_check_pin_cfg(kbc, &num_rows))
669 scan_time_rows = (KBC_ROW_SCAN_TIME + debounce_cnt) * num_rows;