Searched refs:new_rows (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | sqlite.py | 371 new_rows = 0 381 new_rows = cursor.rowcount 384 return new_rows
|
/openbmc/linux/drivers/s390/char/ |
H A D | raw3270.h | 61 int new_model, int new_cols, int new_rows,
|
H A D | con3270.c | 963 int new_model, int new_rows, int new_cols, in tty3270_resize() argument 977 old_rows == new_rows) { in tty3270_resize() 990 screen = tty3270_alloc_screen(tp, new_rows, new_cols, &new_allocated); in tty3270_resize() 1003 tp->view.rows = new_rows; in tty3270_resize() 1031 tty3270_free_screen(screen, new_rows); in tty3270_resize()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 1150 unsigned int new_cols, new_rows, new_row_size, new_screen_size; in vc_do_resize() local 1167 new_rows = (lines ? lines : vc->vc_rows); in vc_do_resize() 1169 new_screen_size = new_row_size * new_rows; in vc_do_resize() 1171 if (new_cols == vc->vc_cols && new_rows == vc->vc_rows) { in vc_do_resize() 1188 return resize_screen(vc, new_cols, new_rows, user); in vc_do_resize() 1198 new_uniscr = vc_uniscr_alloc(new_cols, new_rows); in vc_do_resize() 1211 err = resize_screen(vc, new_cols, new_rows, user); in vc_do_resize() 1218 vc->vc_rows = new_rows; in vc_do_resize() 1229 if (vc->state.y > new_rows) { in vc_do_resize() 1230 if (old_rows - vc->state.y < new_rows) { in vc_do_resize() [all …]
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | 546 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo() argument 552 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo() argument 579 if (r != q && new_rows >= rows + logo_lines) { in fbcon_prepare_logo() 998 int logo = 1, new_rows, new_cols, rows, cols; in fbcon_init() local 1082 new_rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); in fbcon_init() 1084 new_rows /= vc->vc_font.height; in fbcon_init() 1123 vc->vc_rows = new_rows; in fbcon_init() 1125 vc_resize(vc, new_cols, new_rows); in fbcon_init() 1128 fbcon_prepare_logo(vc, info, cols, rows, new_cols, new_rows); in fbcon_init()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 115 static int seq_tab_trim(struct seq_tab *p, unsigned int new_rows) in seq_tab_trim() argument 117 if (new_rows > p->rows) in seq_tab_trim() 119 p->rows = new_rows; in seq_tab_trim()
|