Home
last modified time | relevance | path

Searched refs:max_rows (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/input/keyboard/
A Dstmpe-keypad.c78 int max_rows; member
89 .max_rows = 8,
99 .max_rows = 12,
109 .max_rows = 12,
229 for (i = 0; i < variant->max_rows; i++) { in stmpe_keypad_altfunc_init()
293 if (variant->max_rows > 8) { in stmpe_keypad_chip_init()
A Dtegra-kbc.c74 int max_rows; member
311 for (i = 0; i < kbc->hw_support->max_rows; i++) in tegra_kbc_setup_wakekeys()
450 if (pin_cfg->num >= kbc->hw_support->max_rows) { in tegra_kbc_check_pin_cfg()
518 } else if (num_rows > kbc->hw_support->max_rows) { in tegra_kbc_parse_dt()
555 .max_rows = 16,
560 .max_rows = 11,
589 kbc->max_keys = kbc->hw_support->max_rows * in tegra_kbc_probe()
591 kbc->num_rows_and_columns = kbc->hw_support->max_rows + in tegra_kbc_probe()
/linux/tools/testing/selftests/kvm/x86_64/
A Damx_test.c53 u16 max_rows; member
109 xtile.max_rows = this_cpu_property(X86_PROPERTY_AMX_MAX_ROWS); in check_xtile_info()
110 GUEST_ASSERT(xtile.max_rows == 16); in check_xtile_info()
121 cfg->rows[i] = xtile.max_rows; in set_tilecfg()
/linux/tools/perf/ui/stdio/
A Dhist.c817 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, in hists__fprintf() argument
839 if (max_rows && nr_rows >= max_rows) in hists__fprintf()
870 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
883 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
/linux/net/ipv4/
A Dtcp_metrics.c771 unsigned int max_rows = 1U << tcp_metrics_hash_log; in tcp_metrics_nl_dump() local
776 for (row = s_row; row < max_rows; row++, s_col = 0) { in tcp_metrics_nl_dump()
900 unsigned int max_rows = 1U << tcp_metrics_hash_log; in tcp_metrics_flush_all() local
905 for (row = 0; row < max_rows; row++, hb++) { in tcp_metrics_flush_all()
/linux/tools/perf/util/
A Dhist.h365 void hists__output_recalc_col_len(struct hists *hists, int max_rows);
377 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
A Dhist.c254 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len() argument
262 while (next && row++ < max_rows) { in hists__output_recalc_col_len()
/linux/drivers/media/i2c/et8ek8/
A Det8ek8_driver.c683 s32 max_rows; in et8ek8_init_controls() local
692 max_rows = sensor->current_reglist->mode.max_exp; in et8ek8_init_controls()
694 u32 min = 1, max = max_rows; in et8ek8_init_controls()

Completed in 26 milliseconds