Lines Matching refs:tty3270_line
61 struct tty3270_line {
100 struct tty3270_line *screen;
191 static struct tty3270_line *tty3270_get_write_line(struct tty3270 *tp, unsigned int num)
196 static struct tty3270_line *tty3270_get_view_line(struct tty3270 *tp, unsigned int num)
287 struct tty3270_line *line;
314 static int tty3270_required_length(struct tty3270 *tp, struct tty3270_line *line)
353 static char *tty3270_add_reset_attributes(struct tty3270 *tp, struct tty3270_line *line,
397 static char *tty3270_add_attributes(struct tty3270 *tp, struct tty3270_line *line,
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 *line, int lineno)
474 struct tty3270_line *line;
495 struct tty3270_line *line;
890 static struct tty3270_line *tty3270_alloc_screen(struct tty3270 *tp, unsigned int rows,
893 struct tty3270_line *screen;
897 screen = kcalloc(allocated, sizeof(struct tty3270_line), GFP_KERNEL);
950 static void tty3270_free_screen(struct tty3270_line *screen, int old_lines)
967 struct tty3270_line *screen, *oscreen;
1260 struct tty3270_line *line;
1292 struct tty3270_line *line;
1326 struct tty3270_line *line;
1351 struct tty3270_line *line;
1371 struct tty3270_line *line;
1391 struct tty3270_line *line;
1432 struct tty3270_line *line;
1528 struct tty3270_line *line;