Searched refs:max_rows (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/input/keyboard/ |
D | stmpe-keypad.c | 68 int max_rows; member 79 .max_rows = 8, 88 .max_rows = 12, 97 .max_rows = 12, 198 for (i = 0; i < variant->max_rows; i++) { in stmpe_keypad_altfunc_init() 239 if (variant->max_rows > 8) { in stmpe_keypad_chip_init()
|
/linux-3.4.99/tools/perf/util/ |
D | hist.c | 831 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len() argument 839 while (next && row++ < max_rows) { in hists__output_recalc_col_len() 1014 bool show_displacement, bool show_header, int max_rows, in hists__fprintf() argument 1104 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf() 1137 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf() 1141 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf() 1166 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
|
D | hist.h | 97 void hists__output_recalc_col_len(struct hists *hists, int max_rows); 104 int max_rows, int max_cols, FILE *fp);
|
/linux-3.4.99/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()
|