Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dstmpe-keypad.c76 int max_cols; member
87 .max_cols = 8,
97 .max_cols = 8,
107 .max_cols = 8,
217 for (i = 0; i < variant->max_cols; i++) { in stmpe_keypad_altfunc_init()
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A DrstFlatTable.py153 self.max_cols = 0
157 colwidths = self.directive.get_column_widths(self.max_cols)
283 if self.max_cols < len(row):
284 self.max_cols = len(row)
293 x = self.max_cols - len(row)
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Dhelp.c111 int max_cols; in pretty_print_string_list() local
115 max_cols = win.ws_col - 1; /* don't print *on* the edge */ in pretty_print_string_list()
117 if (space < max_cols) in pretty_print_string_list()
118 cols = max_cols / space; in pretty_print_string_list()
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-staprun-address-ncurses-6.3-failures.patch58 wprintw(status, "%.*s", max_cols-cur_x-1, json_object_get_string(field));
/OK3568_Linux_fs/kernel/tools/perf/ui/stdio/
H A Dhist.c818 int max_cols, float min_pcnt, FILE *fp, in hists__fprintf() argument
868 ret += hist_entry__fprintf(h, max_cols, line, linesz, fp, ignore_callchains); in hists__fprintf()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dhist.h197 int max_cols, float min_pcnt, FILE *fp,