Lines Matching defs:hw_support
107 const struct tegra_kbc_hw_support *hw_support;
317 for (i = 0; i < kbc->hw_support->max_rows; i++)
457 if (pin_cfg->num >= kbc->hw_support->max_rows) {
467 if (pin_cfg->num >= kbc->hw_support->max_columns) {
525 if (num_rows > kbc->hw_support->max_rows) {
531 if (num_cols > kbc->hw_support->max_columns) {
616 kbc->hw_support = match->data;
617 kbc->max_keys = kbc->hw_support->max_rows *
618 kbc->hw_support->max_columns;
619 kbc->num_rows_and_columns = kbc->hw_support->max_rows +
620 kbc->hw_support->max_columns;
681 kbc->hw_support->max_columns,