Searched refs:tty3270_line (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | con3270.c | 61 struct tty3270_line { struct 100 struct tty3270_line *screen; 191 static struct tty3270_line *tty3270_get_write_line(struct tty3270 *tp, unsigned int num) in tty3270_get_write_line() 196 static struct tty3270_line *tty3270_get_view_line(struct tty3270 *tp, unsigned int num) in tty3270_get_view_line() 287 struct tty3270_line *line; in tty3270_blank_screen() 314 static int tty3270_required_length(struct tty3270 *tp, struct tty3270_line *line) in tty3270_required_length() 353 static char *tty3270_add_reset_attributes(struct tty3270 *tp, struct tty3270_line *line, in tty3270_add_reset_attributes() 397 static char *tty3270_add_attributes(struct tty3270 *tp, struct tty3270_line *line, in tty3270_add_attributes() 453 * Convert a tty3270_line to a 3270 data fragment usable for output. 455 static unsigned int tty3270_convert_line(struct tty3270 *tp, struct tty3270_line *lin [all...] |
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | tty3270.c | 49 struct tty3270_line { struct 84 struct tty3270_line *screen; 804 static struct tty3270_line * 807 struct tty3270_line *screen; in tty3270_alloc_screen() 811 size = sizeof(struct tty3270_line) * (rows - 2); in tty3270_alloc_screen() 834 tty3270_free_screen(struct tty3270_line *screen, unsigned int rows) in tty3270_free_screen() 849 struct tty3270_line *screen, *oscreen; in tty3270_resize_work() 1086 struct tty3270_line *line; in tty3270_put_character() 1107 * Convert a tty3270_line to a 3270 data fragment usable for output. 1112 struct tty3270_line *lin in tty3270_convert_line() [all...] |
Completed in 4 milliseconds