Searched refs:max_rows (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/input/keyboard/ |
D | stmpe-keypad.c | 77 int max_rows; member 88 .max_rows = 8, 98 .max_rows = 12, 108 .max_rows = 12, 228 for (i = 0; i < variant->max_rows; i++) { in stmpe_keypad_altfunc_init() 292 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() 470 if (pin_cfg->num >= kbc->hw_support->max_rows) { in tegra_kbc_check_pin_cfg() 539 if (num_rows > kbc->hw_support->max_rows) { in tegra_kbc_parse_dt() 594 .max_rows = 16, 599 .max_rows = 11, 632 kbc->max_keys = kbc->hw_support->max_rows * in tegra_kbc_probe() 634 kbc->num_rows_and_columns = kbc->hw_support->max_rows + in tegra_kbc_probe()
|
/Linux-v4.19/tools/perf/ui/stdio/ |
D | hist.c | 756 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf() argument 778 if (max_rows && nr_rows >= max_rows) in hists__fprintf() 804 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf() 817 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
|
/Linux-v4.19/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-v4.19/net/ipv4/ |
D | tcp_metrics.c | 753 unsigned int max_rows = 1U << tcp_metrics_hash_log; in tcp_metrics_nl_dump() local 757 for (row = s_row; row < max_rows; row++, s_col = 0) { in tcp_metrics_nl_dump() 882 unsigned int max_rows = 1U << tcp_metrics_hash_log; in tcp_metrics_flush_all() local 887 for (row = 0; row < max_rows; row++, hb++) { in tcp_metrics_flush_all()
|
/Linux-v4.19/tools/perf/util/ |
D | hist.h | 172 void hists__output_recalc_col_len(struct hists *hists, int max_rows); 182 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
|
D | hist.c | 210 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len() argument 218 while (next && row++ < max_rows) { in hists__output_recalc_col_len()
|
/Linux-v4.19/drivers/media/i2c/et8ek8/ |
D | et8ek8_driver.c | 691 s32 max_rows; in et8ek8_init_controls() local 700 max_rows = sensor->current_reglist->mode.max_exp; in et8ek8_init_controls() 702 u32 min = 1, max = max_rows; in et8ek8_init_controls()
|