Lines Matching refs:tty3270

80 struct tty3270 {  struct
140 static void tty3270_set_timer(struct tty3270 *tp, int expires) in tty3270_set_timer()
145 static int tty3270_tty_rows(struct tty3270 *tp) in tty3270_tty_rows()
150 static char *tty3270_add_ba(struct tty3270 *tp, char *cp, char order, int x, int y) in tty3270_add_ba()
157 static char *tty3270_add_ra(struct tty3270 *tp, char *cp, int x, int y, char c) in tty3270_add_ra()
164 static char *tty3270_add_sa(struct tty3270 *tp, char *cp, char attr, char value) in tty3270_add_sa()
172 static char *tty3270_add_ge(struct tty3270 *tp, char *cp, char c) in tty3270_add_ge()
179 static char *tty3270_add_sf(struct tty3270 *tp, char *cp, char type) in tty3270_add_sf()
186 static int tty3270_line_increment(struct tty3270 *tp, unsigned int line, unsigned int incr) in tty3270_line_increment()
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()
206 static void tty3270_update_prompt(struct tty3270 *tp, char *input) in tty3270_update_prompt()
216 static int tty3270_add_prompt(struct tty3270 *tp) in tty3270_add_prompt()
241 static char *tty3270_ebcdic_convert(struct tty3270 *tp, char *d, char *s) in tty3270_ebcdic_convert()
252 static int tty3270_add_status(struct tty3270 *tp) in tty3270_add_status()
285 static void tty3270_blank_screen(struct tty3270 *tp) in tty3270_blank_screen()
303 struct tty3270 *tp = container_of(rq->view, struct tty3270, view); in tty3270_write_callback()
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()
367 static char tty3270_graphics_translate(struct tty3270 *tp, char ch) in tty3270_graphics_translate()
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()
472 static void tty3270_update_lines_visible(struct tty3270 *tp, struct raw3270_request *rq) in tty3270_update_lines_visible()
493 static void tty3270_update_lines_all(struct tty3270 *tp, struct raw3270_request *rq) in tty3270_update_lines_all()
526 struct tty3270 *tp = from_timer(tp, t, timer); in tty3270_update()
585 static void tty3270_rcl_add(struct tty3270 *tp, char *input, int len) in tty3270_rcl_add()
600 struct tty3270 *tp = container_of(kbd->port, struct tty3270, port); in tty3270_rcl_backward()
620 struct tty3270 *tp = container_of(kbd->port, struct tty3270, port); in tty3270_exit_tty()
625 static void tty3270_redraw(struct tty3270 *tp) in tty3270_redraw()
640 struct tty3270 *tp = container_of(kbd->port, struct tty3270, port); in tty3270_scroll_forward()
657 struct tty3270 *tp = container_of(kbd->port, struct tty3270, port); in tty3270_scroll_backward()
674 struct tty3270 *tp = container_of(rrq->view, struct tty3270, view); in tty3270_read_tasklet()
734 struct tty3270 *tp = container_of(rq->view, struct tty3270, view); in tty3270_read_callback()
744 static void tty3270_issue_read(struct tty3270 *tp, int lock) in tty3270_issue_read()
773 struct tty3270 *tp = (struct tty3270 *)data; in tty3270_hangup_tasklet()
784 struct tty3270 *tp = container_of(view, struct tty3270, view); in tty3270_activate()
793 struct tty3270 *tp = container_of(view, struct tty3270, view); in tty3270_deactivate()
798 static void tty3270_irq(struct tty3270 *tp, struct raw3270_request *rq, struct irb *irb) in tty3270_irq()
827 static struct tty3270 *tty3270_alloc_view(void) in tty3270_alloc_view()
829 struct tty3270 *tp; in tty3270_alloc_view()
876 static void tty3270_free_view(struct tty3270 *tp) in tty3270_free_view()
890 static struct tty3270_line *tty3270_alloc_screen(struct tty3270 *tp, unsigned int rows, in tty3270_alloc_screen()
966 struct tty3270 *tp = container_of(view, struct tty3270, view); in tty3270_resize()
1043 struct tty3270 *tp = container_of(view, struct tty3270, view); in tty3270_release()
1060 struct tty3270 *tp = container_of(view, struct tty3270, view); in tty3270_free()
1095 tty3270_create_view(int index, struct tty3270 **newtp) in tty3270_create_view()
1097 struct tty3270 *tp; in tty3270_create_view()
1183 struct tty3270 *tp; in tty3270_install()
1193 tp = container_of(view, struct tty3270, view); in tty3270_install()
1214 struct tty3270 *tp = tty->driver_data; in tty3270_open()
1228 struct tty3270 *tp = tty->driver_data; in tty3270_close()
1238 struct tty3270 *tp = tty->driver_data; in tty3270_cleanup()
1258 static void tty3270_put_character(struct tty3270 *tp, char ch) in tty3270_put_character()
1282 static void tty3270_cr(struct tty3270 *tp) in tty3270_cr()
1290 static void tty3270_lf(struct tty3270 *tp) in tty3270_lf()
1309 static void tty3270_ri(struct tty3270 *tp) in tty3270_ri()
1315 static void tty3270_reset_cell(struct tty3270 *tp, struct tty3270_cell *cell) in tty3270_reset_cell()
1324 static void tty3270_insert_characters(struct tty3270 *tp, int n) in tty3270_insert_characters()
1349 static void tty3270_delete_characters(struct tty3270 *tp, int n) in tty3270_delete_characters()
1369 static void tty3270_erase_characters(struct tty3270 *tp, int n) in tty3270_erase_characters()
1389 static void tty3270_erase_line(struct tty3270 *tp, int mode) in tty3270_erase_line()
1430 static void tty3270_erase_display(struct tty3270 *tp, int mode) in tty3270_erase_display()
1464 static void tty3270_set_attributes(struct tty3270 *tp) in tty3270_set_attributes()
1521 static inline int tty3270_getpar(struct tty3270 *tp, int ix) in tty3270_getpar()
1526 static void tty3270_goto_xy(struct tty3270 *tp, int cx, int cy) in tty3270_goto_xy()
1564 static void tty3270_escape_sequence(struct tty3270 *tp, char ch) in tty3270_escape_sequence()
1728 static void tty3270_do_write(struct tty3270 *tp, struct tty_struct *tty, in tty3270_do_write()
1809 struct tty3270 *tp; in tty3270_write()
1827 struct tty3270 *tp; in tty3270_put_char()
1842 struct tty3270 *tp; in tty3270_flush_chars()
1858 struct tty3270 *tp; in tty3270_set_termios()
1881 struct tty3270 *tp; in tty3270_throttle()
1894 struct tty3270 *tp; in tty3270_unthrottle()
1909 struct tty3270 *tp; in tty3270_hangup()
1934 struct tty3270 *tp; in tty3270_ioctl()
1948 struct tty3270 *tp; in tty3270_compat_ioctl()
2048 static struct tty3270 *condev;
2053 struct tty3270 *tp = co->data; in con3270_write()
2083 con3270_wait_write(struct tty3270 *tp) in con3270_wait_write()
2102 struct tty3270 *tp; in con3270_notify()
2151 struct tty3270 *tp; in con3270_init()
2175 tp = container_of(view, struct tty3270, view); in con3270_init()