Lines Matching refs:tty3270
62 struct tty3270 { struct
120 static void tty3270_update(struct tty3270 *);
126 static void tty3270_set_timer(struct tty3270 *tp, int expires) in tty3270_set_timer()
135 tty3270_update_prompt(struct tty3270 *tp, char *input, int count) in tty3270_update_prompt()
162 tty3270_create_prompt(struct tty3270 *tp) in tty3270_create_prompt()
193 tty3270_update_status(struct tty3270 * tp) in tty3270_update_status()
204 tty3270_create_status(struct tty3270 * tp) in tty3270_create_status()
227 tty3270_update_string(struct tty3270 *tp, struct string *line, int nr) in tty3270_update_string()
243 tty3270_rebuild_update(struct tty3270 *tp) in tty3270_rebuild_update()
274 tty3270_alloc_string(struct tty3270 *tp, size_t size) in tty3270_alloc_string()
305 tty3270_blank_line(struct tty3270 *tp) in tty3270_blank_line()
327 struct tty3270 *tp = container_of(rq->view, struct tty3270, view); in tty3270_write_callback()
342 tty3270_update(struct tty3270 *tp) in tty3270_update()
430 tty3270_rcl_add(struct tty3270 *tp, char *input, int len) in tty3270_rcl_add()
452 struct tty3270 *tp = container_of(kbd->port, struct tty3270, port); in tty3270_rcl_backward()
479 struct tty3270 *tp = container_of(kbd->port, struct tty3270, port); in tty3270_exit_tty()
490 struct tty3270 *tp = container_of(kbd->port, struct tty3270, port); in tty3270_scroll_forward()
512 struct tty3270 *tp = container_of(kbd->port, struct tty3270, port); in tty3270_scroll_backward()
535 struct tty3270 *tp = container_of(rrq->view, struct tty3270, view); in tty3270_read_tasklet()
590 struct tty3270 *tp = container_of(rq->view, struct tty3270, view); in tty3270_read_callback()
600 tty3270_issue_read(struct tty3270 *tp, int lock) in tty3270_issue_read()
630 struct tty3270 *tp = container_of(view, struct tty3270, view); in tty3270_activate()
640 struct tty3270 *tp = container_of(view, struct tty3270, view); in tty3270_deactivate()
646 tty3270_irq(struct tty3270 *tp, struct raw3270_request *rq, struct irb *irb) in tty3270_irq()
669 static struct tty3270 *
672 struct tty3270 *tp; in tty3270_alloc_view()
675 tp = kzalloc(sizeof(struct tty3270), GFP_KERNEL); in tty3270_alloc_view()
740 tty3270_free_view(struct tty3270 *tp) in tty3270_free_view()
802 struct tty3270 *tp = container_of(work, struct tty3270, resize_work); in tty3270_resize_work()
842 struct tty3270 *tp = container_of(view, struct tty3270, view); in tty3270_resize()
856 struct tty3270 *tp = container_of(view, struct tty3270, view); in tty3270_release()
874 struct tty3270 *tp = container_of(view, struct tty3270, view); in tty3270_free()
911 struct tty3270 *tp; in tty3270_install()
917 tp = container_of(view, struct tty3270, view); in tty3270_install()
990 struct tty3270 *tp = tty->driver_data; in tty3270_open()
1005 struct tty3270 *tp = tty->driver_data; in tty3270_close()
1017 struct tty3270 *tp = tty->driver_data; in tty3270_cleanup()
1036 static void tty3270_put_character(struct tty3270 *tp, char ch) in tty3270_put_character()
1062 tty3270_convert_line(struct tty3270 *tp, int line_nr) in tty3270_convert_line()
1169 tty3270_cr(struct tty3270 *tp) in tty3270_cr()
1178 tty3270_lf(struct tty3270 *tp) in tty3270_lf()
1199 tty3270_ri(struct tty3270 *tp) in tty3270_ri()
1211 tty3270_insert_characters(struct tty3270 *tp, int n) in tty3270_insert_characters()
1242 tty3270_delete_characters(struct tty3270 *tp, int n) in tty3270_delete_characters()
1263 tty3270_erase_characters(struct tty3270 *tp, int n) in tty3270_erase_characters()
1286 tty3270_erase_line(struct tty3270 *tp, int mode) in tty3270_erase_line()
1316 tty3270_erase_display(struct tty3270 *tp, int mode) in tty3270_erase_display()
1346 tty3270_set_attributes(struct tty3270 *tp) in tty3270_set_attributes()
1400 tty3270_getpar(struct tty3270 *tp, int ix) in tty3270_getpar()
1406 tty3270_goto_xy(struct tty3270 *tp, int cx, int cy) in tty3270_goto_xy()
1440 tty3270_escape_sequence(struct tty3270 *tp, char ch) in tty3270_escape_sequence()
1589 tty3270_do_write(struct tty3270 *tp, struct tty_struct *tty, in tty3270_do_write()
1666 struct tty3270 *tp; in tty3270_write()
1684 struct tty3270 *tp; in tty3270_put_char()
1700 struct tty3270 *tp; in tty3270_flush_chars()
1733 struct tty3270 *tp; in tty3270_set_termios()
1757 struct tty3270 *tp; in tty3270_throttle()
1771 struct tty3270 *tp; in tty3270_unthrottle()
1798 struct tty3270 *tp; in tty3270_ioctl()
1812 struct tty3270 *tp; in tty3270_compat_ioctl()