Home
last modified time | relevance | path

Searched refs:max_cols (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/input/keyboard/
Dstmpe-keypad.c68 int max_cols; member
79 .max_cols = 8,
89 .max_cols = 8,
99 .max_cols = 8,
209 for (i = 0; i < variant->max_cols; i++) { in stmpe_keypad_altfunc_init()
/linux-4.4.14/tools/perf/util/
Dhelp.c79 int max_cols; in pretty_print_string_list() local
83 max_cols = win.ws_col - 1; /* don't print *on* the edge */ in pretty_print_string_list()
85 if (space < max_cols) in pretty_print_string_list()
86 cols = max_cols / space; in pretty_print_string_list()
Dhist.h146 int max_cols, float min_pcnt, FILE *fp);
/linux-4.4.14/tools/perf/ui/stdio/
Dhist.c374 int max_cols, float min_pcnt, FILE *fp) in hists__fprintf() argument
472 ret += hist_entry__fprintf(h, max_cols, hists, line, linesz, fp); in hists__fprintf()