Searched refs:new_rows (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/s390/char/ |
| H A D | raw3270.h | 61 int new_model, int new_cols, int new_rows,
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 636 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo() argument 642 int cols, int rows, int new_cols, int new_rows) in fbcon_prepare_logo() argument 669 if (r != q && new_rows >= rows + logo_lines) { in fbcon_prepare_logo() 1095 int logo = 1, new_rows, new_cols, rows, cols; in fbcon_init() local 1181 new_rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres); in fbcon_init() 1183 new_rows /= vc->vc_font.height; in fbcon_init() 1222 vc->vc_rows = new_rows; in fbcon_init() 1224 vc_resize(vc, new_cols, new_rows); in fbcon_init() 1227 fbcon_prepare_logo(vc, info, cols, rows, new_cols, new_rows); in fbcon_init()
|
| /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()
|