max_rows 77 drivers/input/keyboard/stmpe-keypad.c int max_rows; max_rows 88 drivers/input/keyboard/stmpe-keypad.c .max_rows = 8, max_rows 98 drivers/input/keyboard/stmpe-keypad.c .max_rows = 12, max_rows 108 drivers/input/keyboard/stmpe-keypad.c .max_rows = 12, max_rows 228 drivers/input/keyboard/stmpe-keypad.c for (i = 0; i < variant->max_rows; i++) { max_rows 292 drivers/input/keyboard/stmpe-keypad.c if (variant->max_rows > 8) { max_rows 74 drivers/input/keyboard/tegra-kbc.c int max_rows; max_rows 317 drivers/input/keyboard/tegra-kbc.c for (i = 0; i < kbc->hw_support->max_rows; i++) max_rows 457 drivers/input/keyboard/tegra-kbc.c if (pin_cfg->num >= kbc->hw_support->max_rows) { max_rows 526 drivers/input/keyboard/tegra-kbc.c if (num_rows > kbc->hw_support->max_rows) { max_rows 581 drivers/input/keyboard/tegra-kbc.c .max_rows = 16, max_rows 586 drivers/input/keyboard/tegra-kbc.c .max_rows = 11, max_rows 619 drivers/input/keyboard/tegra-kbc.c kbc->max_keys = kbc->hw_support->max_rows * max_rows 621 drivers/input/keyboard/tegra-kbc.c kbc->num_rows_and_columns = kbc->hw_support->max_rows + max_rows 683 drivers/media/i2c/et8ek8/et8ek8_driver.c s32 max_rows; max_rows 692 drivers/media/i2c/et8ek8/et8ek8_driver.c max_rows = sensor->current_reglist->mode.max_exp; max_rows 694 drivers/media/i2c/et8ek8/et8ek8_driver.c u32 min = 1, max = max_rows; max_rows 263 drivers/staging/uwb/allocator.c int max_rows = ai->max_mas / UWB_USABLE_MAS_PER_ROW; max_rows 267 drivers/staging/uwb/allocator.c for (n_rows = max_rows; n_rows >= min_rows; n_rows--) { max_rows 743 net/ipv4/tcp_metrics.c unsigned int max_rows = 1U << tcp_metrics_hash_log; max_rows 747 net/ipv4/tcp_metrics.c for (row = s_row; row < max_rows; row++, s_col = 0) { max_rows 872 net/ipv4/tcp_metrics.c unsigned int max_rows = 1U << tcp_metrics_hash_log; max_rows 877 net/ipv4/tcp_metrics.c for (row = 0; row < max_rows; row++, hb++) { max_rows 794 tools/perf/ui/stdio/hist.c size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, max_rows 816 tools/perf/ui/stdio/hist.c if (max_rows && nr_rows >= max_rows) max_rows 843 tools/perf/ui/stdio/hist.c if (max_rows && ++nr_rows >= max_rows) max_rows 856 tools/perf/ui/stdio/hist.c if (max_rows && ++nr_rows >= max_rows) max_rows 224 tools/perf/util/hist.c void hists__output_recalc_col_len(struct hists *hists, int max_rows) max_rows 232 tools/perf/util/hist.c while (next && row++ < max_rows) { max_rows 185 tools/perf/util/hist.h void hists__output_recalc_col_len(struct hists *hists, int max_rows); max_rows 195 tools/perf/util/hist.h size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,