Searched refs:max_rows (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/input/keyboard/ |
H A D | stmpe-keypad.c | 78 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()
|
H A D | tegra-kbc.c | 74 int max_rows; member 317 for (i = 0; i < kbc->hw_support->max_rows; i++) in tegra_kbc_setup_wakekeys() 457 if (pin_cfg->num >= kbc->hw_support->max_rows) { in tegra_kbc_check_pin_cfg() 525 if (num_rows > kbc->hw_support->max_rows) { in tegra_kbc_parse_dt() 580 .max_rows = 16, 585 .max_rows = 11, 617 kbc->max_keys = kbc->hw_support->max_rows * in tegra_kbc_probe() 619 kbc->num_rows_and_columns = kbc->hw_support->max_rows + in tegra_kbc_probe()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | amx_test.c | 55 u16 max_rows; member 111 xtile.max_rows = this_cpu_property(X86_PROPERTY_AMX_MAX_ROWS); in check_xtile_info() 112 GUEST_ASSERT(xtile.max_rows == 16); in check_xtile_info() 123 cfg->rows[i] = xtile.max_rows; in set_tilecfg()
|
/openbmc/linux/tools/perf/ui/stdio/ |
H A D | hist.c | 817 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()
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-tight.c | 1566 int w, int h, int max_rows) in find_large_solid_color_rect() argument 1577 if (dy - y >= max_rows) { in find_large_solid_color_rect() 1578 n += send_rect_simple(vs, x, y, w, max_rows, true); in find_large_solid_color_rect() 1579 y += max_rows; in find_large_solid_color_rect() 1580 h -= max_rows; in find_large_solid_color_rect() 1650 int max_rows; in tight_send_framebuffer_update() local 1675 max_rows = tight_conf[vs->tight->compression].max_rect_size; in tight_send_framebuffer_update() 1676 max_rows /= MIN(tight_conf[vs->tight->compression].max_rect_width, w); in tight_send_framebuffer_update() 1678 return find_large_solid_color_rect(vs, x, y, w, h, max_rows); in tight_send_framebuffer_update()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_metrics.c | 767 unsigned int max_rows = 1U << tcp_metrics_hash_log; in tcp_metrics_nl_dump() local 771 for (row = s_row; row < max_rows; row++, s_col = 0) { in tcp_metrics_nl_dump() 896 unsigned int max_rows = 1U << tcp_metrics_hash_log; in tcp_metrics_flush_all() local 901 for (row = 0; row < max_rows; row++, hb++) { in tcp_metrics_flush_all()
|
/openbmc/linux/tools/perf/util/ |
H A D | hist.h | 200 void hists__output_recalc_col_len(struct hists *hists, int max_rows); 211 size_t hists__fprintf(struct hists *hists, bool show_header, int max_rows,
|
H A D | hist.c | 253 void hists__output_recalc_col_len(struct hists *hists, int max_rows) in hists__output_recalc_col_len() argument 261 while (next && row++ < max_rows) { in hists__output_recalc_col_len()
|
/openbmc/linux/drivers/media/i2c/et8ek8/ |
H A D | et8ek8_driver.c | 683 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()
|