Searched refs:max_rows (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/tools/perf/ui/stdio/
H A Dhist.c373 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, hists__fprintf() argument
418 if (max_rows && ++nr_rows >= max_rows)
445 if (max_rows && ++nr_rows >= max_rows)
449 if (max_rows && ++nr_rows >= max_rows)
474 if (max_rows && ++nr_rows >= max_rows)
/linux-4.4.14/drivers/input/keyboard/
H A Dstmpe-keypad.c59 * @max_rows: maximum number of rows supported
69 int max_rows; member in struct:stmpe_keypad_variant
80 .max_rows = 8,
90 .max_rows = 12,
100 .max_rows = 12,
220 for (i = 0; i < variant->max_rows; i++) { stmpe_keypad_altfunc_init()
284 if (variant->max_rows > 8) { stmpe_keypad_chip_init()
H A Dtegra-kbc.c87 int max_rows; member in struct:tegra_kbc_hw_support
330 for (i = 0; i < kbc->hw_support->max_rows; i++) tegra_kbc_setup_wakekeys()
467 if (pin_cfg->num >= kbc->hw_support->max_rows) { tegra_kbc_check_pin_cfg()
536 if (num_rows > kbc->hw_support->max_rows) { tegra_kbc_parse_dt()
591 .max_rows = 16,
596 .max_rows = 11,
629 kbc->max_keys = kbc->hw_support->max_rows * tegra_kbc_probe()
631 kbc->num_rows_and_columns = kbc->hw_support->max_rows + tegra_kbc_probe()
/linux-4.4.14/drivers/uwb/
H A Dallocator.c274 int max_rows = ai->max_mas / UWB_USABLE_MAS_PER_ROW; uwb_rsv_find_best_row_alloc() local
278 for (n_rows = max_rows; n_rows >= min_rows; n_rows--) { uwb_rsv_find_best_row_alloc()
/linux-4.4.14/tools/perf/util/
H A Dhist.h135 void hists__output_recalc_col_len(struct hists *hists, int max_rows);
145 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
H A Dhist.c182 void hists__output_recalc_col_len(struct hists *hists, int max_rows) hists__output_recalc_col_len() argument
190 while (next && row++ < max_rows) { hists__output_recalc_col_len()
/linux-4.4.14/net/ipv4/
H A Dtcp_metrics.c907 unsigned int max_rows = 1U << tcp_metrics_hash_log; tcp_metrics_nl_dump() local
911 for (row = s_row; row < max_rows; row++, s_col = 0) { tcp_metrics_nl_dump()
1036 unsigned int max_rows = 1U << tcp_metrics_hash_log; tcp_metrics_flush_all() local
1041 for (row = 0; row < max_rows; row++, hb++) { tcp_metrics_flush_all()

Completed in 317 milliseconds