Home
last modified time | relevance | path

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

/linux/drivers/input/keyboard/
H A Dadp5585-keys.c30 u8 max_cols; member
58 row = (events[ev] - 1) / kpad->info->max_cols; in adp5585_keys_validate_events()
59 col = (events[ev] - 1) % kpad->info->max_cols; in adp5585_keys_validate_events()
165 cols = find_last_bit(&kpad->keypad, kpad->info->max_cols + kpad->info->max_rows); in adp5585_keys_parse_fw()
194 unsigned int i = 0, max_cols = kpad->info->max_cols; in adp5585_keys_setup() local
213 if (max_cols > 8) { in adp5585_keys_setup()
215 max_cols -= nbits; in adp5585_keys_setup()
217 nbits = max_cols; in adp5585_keys_setup()
221 } while (start < kpad->info->max_rows + kpad->info->max_cols); in adp5585_keys_setup()
245 row = (key - 1) / (kpad->info->max_cols); in adp5585_keys_ev_handle()
[all …]
H A Dstmpe-keypad.c77 int max_cols; member
88 .max_cols = 8,
98 .max_cols = 8,
108 .max_cols = 8,
218 for (i = 0; i < variant->max_cols; i++) { in stmpe_keypad_altfunc_init()
/linux/tools/lib/subcmd/
H A Dhelp.c138 int max_cols; in pretty_print_string_list() local
142 max_cols = win.ws_col - 1; /* don't print *on* the edge */ in pretty_print_string_list()
144 if (space < max_cols) in pretty_print_string_list()
145 cols = max_cols / space; in pretty_print_string_list()
/linux/tools/perf/ui/stdio/
H A Dhist.c835 int max_cols, float min_pcnt, FILE *fp, in hists__fprintf() argument
885 ret += hist_entry__fprintf(h, max_cols, line, linesz, fp, ignore_callchains); in hists__fprintf()
/linux/tools/perf/util/
H A Dhist.h408 int max_cols, float min_pcnt, FILE *fp,