Searched refs:max_rows (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/tools/perf/ui/stdio/ |
D | hist.c | 373 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.1.27/drivers/input/keyboard/ |
D | stmpe-keypad.c | 69 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()
|
D | tegra-kbc.c | 87 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() 535 if (num_rows > kbc->hw_support->max_rows) { in tegra_kbc_parse_dt() 590 .max_rows = 16, 595 .max_rows = 11, 628 kbc->max_keys = kbc->hw_support->max_rows * in tegra_kbc_probe() 630 kbc->num_rows_and_columns = kbc->hw_support->max_rows + in tegra_kbc_probe()
|
/linux-4.1.27/drivers/uwb/ |
D | allocator.c | 274 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.1.27/tools/perf/util/ |
D | hist.h | 129 void hists__output_recalc_col_len(struct hists *hists, int max_rows); 139 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
|
D | hist.c | 162 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len() argument 170 while (next && row++ < max_rows) { in hists__output_recalc_col_len()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_metrics.c | 923 unsigned int max_rows = 1U << tcp_metrics_hash_log; in tcp_metrics_nl_dump() local 927 for (row = s_row; row < max_rows; row++, s_col = 0) { in tcp_metrics_nl_dump() 1051 unsigned int max_rows = 1U << tcp_metrics_hash_log; in tcp_metrics_flush_all() local 1056 for (row = 0; row < max_rows; row++, hb++) { in tcp_metrics_flush_all()
|