Lines Matching refs:tty3270_line

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()
455 static unsigned int tty3270_convert_line(struct tty3270 *tp, struct tty3270_line *line, int lineno) in tty3270_convert_line()
474 struct tty3270_line *line; in tty3270_update_lines_visible()
495 struct tty3270_line *line; in tty3270_update_lines_all()
890 static struct tty3270_line *tty3270_alloc_screen(struct tty3270 *tp, unsigned int rows, in tty3270_alloc_screen()
893 struct tty3270_line *screen; in tty3270_alloc_screen()
897 screen = kcalloc(allocated, sizeof(struct tty3270_line), GFP_KERNEL); in tty3270_alloc_screen()
950 static void tty3270_free_screen(struct tty3270_line *screen, int old_lines) in tty3270_free_screen()
967 struct tty3270_line *screen, *oscreen; in tty3270_resize()
1260 struct tty3270_line *line; in tty3270_put_character()
1292 struct tty3270_line *line; in tty3270_lf()
1326 struct tty3270_line *line; in tty3270_insert_characters()
1351 struct tty3270_line *line; in tty3270_delete_characters()
1371 struct tty3270_line *line; in tty3270_erase_characters()
1391 struct tty3270_line *line; in tty3270_erase_line()
1432 struct tty3270_line *line; in tty3270_erase_display()
1528 struct tty3270_line *line; in tty3270_goto_xy()