Searched refs:rows (Results 1 - 25 of 99) sorted by last modified time

1234

/linux-master/drivers/edac/
H A Dversal_edac.c587 * Initialize the chip select rows associated with the EDAC memory
939 union edac_info rows; local
941 rows.i = regval;
942 priv->row_bit[start] = rows.row0;
943 priv->row_bit[start + 1] = rows.row1;
944 priv->row_bit[start + 2] = rows.row2;
945 priv->row_bit[start + 3] = rows.row3;
946 priv->row_bit[start + 4] = rows.row4;
952 union edac_info rows; local
964 rows
[all...]
/linux-master/drivers/s390/char/
H A Draw3270.c43 int model, rows, cols; member in struct:raw3270
127 y = max_t(int, 0, rp->view->rows + y);
459 rp->rows = diag8c_data.height;
476 rp->rows = 24;
481 rp->rows = 32;
486 rp->rows = 43;
491 rp->rows = 27;
507 rp->rows = 24;
511 /* Copy rows/columns of default Usable Area */
512 rp->rows
[all...]
H A Draw3270.h82 unsigned int rows, cols; /* # of rows & colums of the view */ member in struct:raw3270_view
H A Dfs3270.c354 iocb.line_cnt = fp->view.rows;
468 ib = idal_buffer_alloc(2 * fp->view.rows * fp->view.cols + 5, 0);
H A Dcon3270.c147 return tp->view.rows - TTY3270_INPUT_AREA_ROWS;
890 static struct tty3270_line *tty3270_alloc_screen(struct tty3270 *tp, unsigned int rows, argument
896 allocated = __roundup_pow_of_two(rows) * TTY3270_SCREEN_PAGES;
1003 tp->view.rows = new_rows;
1114 tp->screen = tty3270_alloc_screen(tp, tp->view.rows, tp->view.cols,
1167 tty3270_free_screen(tp->screen, tp->view.rows);
/linux-master/tools/perf/ui/browsers/
H A Dannotate.c229 __ui_browser__vline(browser, pcnt_width, 0, browser->rows - 1);
H A Dhists.c111 browser->rows += browser->extra_title_lines;
117 browser->rows -= browser->extra_title_lines;
123 if (index_row >= browser->rows)
124 browser->index -= index_row - browser->rows + 1;
146 * entries so we can assume it has 0 callchain rows.
706 ui_helpline__fpush("%d: nr_ent=(%d,%d), etl: %d, rows=%d, idx=%d, fve: idx=%d, row_off=%d, nrows=%d",
708 browser->b.extra_title_lines, browser->b.rows,
832 return browser->b.rows == row;
1385 if (folded_sign == '-' && row != browser->b.rows) {
1553 if (entry->leaf && folded_sign == '-' && row != browser->b.rows) {
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c883 unsigned int rows; local
895 rows = 1 << rows_log2;
900 if (rows > 4 || cols > 64)
903 /* setup mi rows/cols information */
907 for (i = 0; i < rows; i++) {
1072 unsigned int rows; local
1090 rows = 1 << rows_log2;
1093 if (rows > 4 || cols > 64) {
1094 mtk_vdec_err(instance->ctx, "tile_rows %u tile_cols %u\n", rows, cols);
1114 for (i = 0; i < rows;
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.h35 int vrows; /* number of virtual rows */
234 int rows = p->vrows; local
237 return ypos < rows ? ypos : ypos - rows;
H A Dfbcon.c547 int cols, int rows, int new_cols, int new_rows)
553 int cols, int rows, int new_cols, int new_rows)
575 vc->vc_size_row * rows);
580 if (r != q && new_rows >= rows + logo_lines) {
595 for (cnt = rows - logo_lines; cnt > 0; cnt--) {
601 if (vc->state.y + logo_lines >= rows)
602 lines = rows - vc->state.y - 1;
621 rows);
928 int rows, cols; local
974 rows
546 fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, int cols, int rows, int new_cols, int new_rows) argument
552 fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, int cols, int rows, int new_cols, int new_rows) argument
996 int logo = 1, new_rows, new_cols, rows, cols; local
1338 int rows, cols; local
2419 int cols, rows; local
2641 int rows, cols; local
2679 int i, rows, cols, fg = -1; local
[all...]
/linux-master/drivers/video/console/
H A Dvgacon.c621 int rows = vga_si->orig_video_lines * vga_default_font_height/ local
642 vga_video_num_lines <= rows))
988 int rows, maxscan, i; local
990 rows = vc->vc_scan_lines / fontheight; /* Number of video rows we end up with */
991 maxscan = rows * fontheight - 1; /* Scan lines to actually display-1 */
1036 vc_resize(c, 0, rows); /* Adjust console size */
H A Dnewport_con.c329 int cols, rows; local
332 rows = newport_ysize / 16;
336 vc->vc_rows = rows;
338 vc_resize(vc, cols, rows);
/linux-master/drivers/tty/vt/
H A Dvt.c329 static u32 **vc_uniscr_alloc(unsigned int cols, unsigned int rows) argument
336 memsize = col_size * rows;
337 memsize += rows * sizeof(*uni_lines);
343 p = uni_lines + rows;
344 for (i = 0; i < rows; i++) {
569 unsigned int rows = bottom - top; local
573 nr = rows - 1;
586 clear = src + (rows - nr) * vc->vc_cols;
589 scr_memmovew(dst, src, (rows - nr) * vc->vc_size_row);
1038 * Change # of rows an
1291 __vc_resize(struct vc_data *vc, unsigned int cols, unsigned int rows, bool from_user) argument
[all...]
H A Dvt_ioctl.c681 int rows = v.v_vlin / v.v_clin; local
682 if (v.v_rows != rows) {
685 v.v_rows = rows;
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h3169 uint32_t rows; member in struct:ec_response_mkbp_info
3182 * Info about the keyboard matrix: number of rows and columns.
H A Dkeypad-omap.h16 int rows; member in struct:omap_kp_platform_data
/linux-master/include/linux/mfd/
H A Dtwl.h611 unsigned rows; member in struct:twl4030_keypad_data
/linux-master/drivers/video/fbdev/
H A Dhgafb.c474 u_int rows, y; local
479 for (rows = rect->height; rows--; y++) {
494 u_int rows, y1, y2; local
502 for (rows = area->height; rows--; ) {
513 for (rows = area->height; rows--;) {
527 u_int rows, y = image->dy; local
531 for (rows
[all...]
/linux-master/drivers/leds/
H A Dleds-aw200xx.c99 #define AW200XX_DUTY_RATIO(rows) \
100 (((592UL * USEC_PER_SEC) / 600500UL) * (MILLI / (rows)) / MILLI)
/linux-master/drivers/gpu/drm/solomon/
H A Dssd130x.c845 unsigned int rows = height; local
855 * COM0 to COM[N - 1] are the rows and SEG0 to SEG[M - 1] are
873 ret = ssd130x_write_cmd(ssd130x, 3, SSD132X_SET_ROW_RANGE, y, rows - 1);
888 ret = ssd130x_write_data(ssd130x, data_array, columns * rows);
900 unsigned int rows = drm_rect_height(rect); local
905 * COM0 to COM[N - 1] are the rows and SEG0 to SEG[M - 1] are
924 ret = ssd130x_write_cmd(ssd130x, 3, SSD133X_SET_ROW_RANGE, y, rows - 1);
929 ret = ssd130x_write_data(ssd130x, data_array, pitch * rows);
/linux-master/drivers/auxdisplay/
H A Dht16k33.c73 uint32_t rows; member in struct:ht16k33_keypad
509 u32 rows = HT16K33_MATRIX_KEYPAD_MAX_ROWS; local
537 err = matrix_keypad_parse_properties(dev, &rows, &cols);
540 if (rows > HT16K33_MATRIX_KEYPAD_MAX_ROWS ||
542 dev_err(dev, "%u rows or %u cols out of range in DT\n", rows,
547 keypad->rows = rows;
551 err = matrix_keypad_build_keymap(NULL, NULL, rows, cols, NULL,
/linux-master/arch/x86/xen/
H A Dvga.c29 screen_info->orig_video_lines = info->u.text_mode_3.rows;
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Damx_test.c44 u8 rows[MAX_TILES]; member in struct:tile_config
123 cfg->rows[i] = xtile.max_rows;
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2032 # Need to resize rows again after column resize
2476 self.rows = []
2480 self.rows = []
2486 self.rows.append(child.row)
2492 self.rows.append(child.row)
2499 if not len(self.rows):
2501 return self.rows[self.pos]
2506 elif len(self.rows):
2509 if self.pos >= len(self.rows):
2514 self.pos = len(self.rows)
[all...]
/linux-master/tools/lib/subcmd/
H A Dhelp.c130 int cols = 1, rows; local
141 rows = (cmds->cnt + cols - 1) / cols;
143 for (i = 0; i < rows; i++) {
147 unsigned int n = j * rows + i;
152 if (j == cols-1 || n + rows >= cmds->cnt)

Completed in 289 milliseconds

1234