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

/linux-master/drivers/input/keyboard/
H A Dstmpe-keypad.c68 * @max_rows: maximum number of rows supported
78 int max_rows; member in struct:stmpe_keypad_variant
89 .max_rows = 8,
99 .max_rows = 12,
109 .max_rows = 12,
229 for (i = 0; i < variant->max_rows; i++) {
293 if (variant->max_rows > 8) {
H A Dtegra-kbc.c74 int max_rows; member in struct:tegra_kbc_hw_support
317 for (i = 0; i < kbc->hw_support->max_rows; i++)
457 if (pin_cfg->num >= kbc->hw_support->max_rows) {
525 if (num_rows > kbc->hw_support->max_rows) {
580 .max_rows = 16,
585 .max_rows = 11,
614 kbc->max_keys = kbc->hw_support->max_rows *
616 kbc->num_rows_and_columns = kbc->hw_support->max_rows +
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Damx_test.c55 u16 max_rows; member in struct:xtile_info
111 xtile.max_rows = this_cpu_property(X86_PROPERTY_AMX_MAX_ROWS);
112 GUEST_ASSERT(xtile.max_rows == 16);
123 cfg->rows[i] = xtile.max_rows;
/linux-master/tools/perf/ui/stdio/
H A Dhist.c817 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows, argument
839 if (max_rows && nr_rows >= max_rows)
870 if (max_rows && ++nr_rows >= max_rows)
883 if (max_rows && ++nr_rows >= max_rows)
/linux-master/net/ipv4/
H A Dtcp_metrics.c766 unsigned int max_rows = 1U << tcp_metrics_hash_log; local
770 for (row = s_row; row < max_rows; row++, s_col = 0) {
895 unsigned int max_rows = 1U << tcp_metrics_hash_log; local
900 for (row = 0; row < max_rows; row++, hb++) {
/linux-master/tools/perf/util/
H A Dhist.h203 void hists__output_recalc_col_len(struct hists *hists, int max_rows);
214 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
H A Dhist.c253 void hists__output_recalc_col_len(struct hists *hists, int max_rows) argument
261 while (next && row++ < max_rows) {
/linux-master/drivers/media/i2c/et8ek8/
H A Det8ek8_driver.c683 s32 max_rows; local
692 max_rows = sensor->current_reglist->mode.max_exp;
694 u32 min = 1, max = max_rows;

Completed in 209 milliseconds