Home
last modified time | relevance | path

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

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