Home
last modified time | relevance | path

Searched refs:hw_support (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/input/keyboard/
H A Dtegra-kbc.c107 const struct tegra_kbc_hw_support *hw_support; member
311 for (i = 0; i < kbc->hw_support->max_rows; i++) in tegra_kbc_setup_wakekeys()
450 if (pin_cfg->num >= kbc->hw_support->max_rows) { in tegra_kbc_check_pin_cfg()
460 if (pin_cfg->num >= kbc->hw_support->max_columns) { in tegra_kbc_check_pin_cfg()
518 } else if (num_rows > kbc->hw_support->max_rows) { in tegra_kbc_parse_dt()
534 } else if (num_cols > kbc->hw_support->max_columns) { in tegra_kbc_parse_dt()
588 kbc->hw_support = device_get_match_data(&pdev->dev); in tegra_kbc_probe()
589 kbc->max_keys = kbc->hw_support->max_rows * in tegra_kbc_probe()
590 kbc->hw_support->max_columns; in tegra_kbc_probe()
592 kbc->hw_support->max_columns; in tegra_kbc_probe()
[all …]