Searched refs:tty3270_alloc_screen (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | tty3270.c | 805 tty3270_alloc_screen(unsigned int rows, unsigned int cols) in tty3270_alloc_screen() function 854 screen = tty3270_alloc_screen(tp->n_rows, tp->n_cols); in tty3270_resize_work() 990 tp->screen = tty3270_alloc_screen(tp->view.rows, tp->view.cols); in tty3270_install()
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | con3270.c | 890 static struct tty3270_line *tty3270_alloc_screen(struct tty3270 *tp, unsigned int rows, in tty3270_alloc_screen() function 990 screen = tty3270_alloc_screen(tp, new_rows, new_cols, &new_allocated); in tty3270_resize() 1114 tp->screen = tty3270_alloc_screen(tp, tp->view.rows, tp->view.cols, in tty3270_create_view()
|
Completed in 5 milliseconds