Searched refs:new_rows (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/video/console/ |
H A D | fbcon.c | 557 int cols, int rows, int new_cols, int new_rows) fbcon_prepare_logo() 563 int cols, int rows, int new_cols, int new_rows) fbcon_prepare_logo() 590 if (r != q && new_rows >= rows + logo_lines) { fbcon_prepare_logo() 1027 int logo = 1, new_rows, new_cols, rows, cols, charcnt = 256; fbcon_init() local 1102 new_rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); fbcon_init() 1104 new_rows /= vc->vc_font.height; fbcon_init() 1142 vc->vc_rows = new_rows; fbcon_init() 1144 vc_resize(vc, new_cols, new_rows); fbcon_init() 1147 fbcon_prepare_logo(vc, info, cols, rows, new_cols, new_rows); fbcon_init() 556 fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, int cols, int rows, int new_cols, int new_rows) fbcon_prepare_logo() argument 562 fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, int cols, int rows, int new_cols, int new_rows) fbcon_prepare_logo() argument
|
/linux-4.1.27/drivers/tty/vt/ |
H A D | vt.c | 845 unsigned int new_cols, new_rows, new_row_size, new_screen_size; vc_do_resize() local 861 new_rows = (lines ? lines : vc->vc_rows); vc_do_resize() 863 new_screen_size = new_row_size * new_rows; vc_do_resize() 865 if (new_cols == vc->vc_cols && new_rows == vc->vc_rows) vc_do_resize() 875 err = resize_screen(vc, new_cols, new_rows, user); vc_do_resize() 881 vc->vc_rows = new_rows; vc_do_resize() 892 if (vc->vc_y > new_rows) { vc_do_resize() 893 if (old_rows - vc->vc_y < new_rows) { vc_do_resize() 898 old_origin += (old_rows - new_rows) * old_row_size; vc_do_resize() 904 old_origin += (vc->vc_y - new_rows/2) * old_row_size; vc_do_resize() 908 end = old_origin + old_row_size * min(old_rows, new_rows); vc_do_resize()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 111 static int seq_tab_trim(struct seq_tab *p, unsigned int new_rows) seq_tab_trim() argument 113 if (new_rows > p->rows) seq_tab_trim() 115 p->rows = new_rows; seq_tab_trim()
|
Completed in 154 milliseconds