Home
last modified time | relevance | path

Searched refs:tty3270_line (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/s390/char/
Dtty3270.c49 struct tty3270_line { struct
84 struct tty3270_line *screen;
806 static struct tty3270_line *
809 struct tty3270_line *screen; in tty3270_alloc_screen()
813 size = sizeof(struct tty3270_line) * (rows - 2); in tty3270_alloc_screen()
836 tty3270_free_screen(struct tty3270_line *screen, unsigned int rows) in tty3270_free_screen()
851 struct tty3270_line *screen, *oscreen; in tty3270_resize_work()
1086 struct tty3270_line *line; in tty3270_put_character()
1112 struct tty3270_line *line; in tty3270_convert_line()
1228 struct tty3270_line temp; in tty3270_lf()
[all …]