Home
last modified time | relevance | path

Searched refs:tty3270_alloc_screen (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtty3270.c805 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 Dcon3270.c890 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