Lines Matching defs:tp
141 static void tty3270_set_timer(struct tty3270 *tp, int expires) in tty3270_set_timer()
146 static int tty3270_tty_rows(struct tty3270 *tp) in tty3270_tty_rows()
151 static char *tty3270_add_ba(struct tty3270 *tp, char *cp, char order, int x, int y) in tty3270_add_ba()
158 static char *tty3270_add_ra(struct tty3270 *tp, char *cp, int x, int y, char c) in tty3270_add_ra()
165 static char *tty3270_add_sa(struct tty3270 *tp, char *cp, char attr, char value) in tty3270_add_sa()
173 static char *tty3270_add_ge(struct tty3270 *tp, char *cp, char c) in tty3270_add_ge()
180 static char *tty3270_add_sf(struct tty3270 *tp, char *cp, char type) in tty3270_add_sf()
187 static int tty3270_line_increment(struct tty3270 *tp, unsigned int line, unsigned int incr) in tty3270_line_increment()
192 static struct tty3270_line *tty3270_get_write_line(struct tty3270 *tp, unsigned int num) in tty3270_get_write_line()
197 static struct tty3270_line *tty3270_get_view_line(struct tty3270 *tp, unsigned int num) in tty3270_get_view_line()
207 static void tty3270_update_prompt(struct tty3270 *tp, char *input) in tty3270_update_prompt()
217 static int tty3270_add_prompt(struct tty3270 *tp) in tty3270_add_prompt()
242 static char *tty3270_ebcdic_convert(struct tty3270 *tp, char *d, char *s) in tty3270_ebcdic_convert()
253 static int tty3270_add_status(struct tty3270 *tp) in tty3270_add_status()
286 static void tty3270_blank_screen(struct tty3270 *tp) in tty3270_blank_screen()
304 struct tty3270 *tp = container_of(rq->view, struct tty3270, view); in tty3270_write_callback() local
315 static int tty3270_required_length(struct tty3270 *tp, struct tty3270_line *line) in tty3270_required_length()
354 static char *tty3270_add_reset_attributes(struct tty3270 *tp, struct tty3270_line *line, in tty3270_add_reset_attributes()
368 static char tty3270_graphics_translate(struct tty3270 *tp, char ch) in tty3270_graphics_translate()
398 static char *tty3270_add_attributes(struct tty3270 *tp, struct tty3270_line *line, in tty3270_add_attributes()
456 static unsigned int tty3270_convert_line(struct tty3270 *tp, struct tty3270_line *line, int lineno) in tty3270_convert_line()
473 static void tty3270_update_lines_visible(struct tty3270 *tp, struct raw3270_request *rq) in tty3270_update_lines_visible()
494 static void tty3270_update_lines_all(struct tty3270 *tp, struct raw3270_request *rq) in tty3270_update_lines_all()
527 struct tty3270 *tp = from_timer(tp, t, timer); in tty3270_update() local
586 static void tty3270_rcl_add(struct tty3270 *tp, char *input, int len) in tty3270_rcl_add()
601 struct tty3270 *tp = container_of(kbd->port, struct tty3270, port); in tty3270_rcl_backward() local
621 struct tty3270 *tp = container_of(kbd->port, struct tty3270, port); in tty3270_exit_tty() local
626 static void tty3270_redraw(struct tty3270 *tp) in tty3270_redraw()
641 struct tty3270 *tp = container_of(kbd->port, struct tty3270, port); in tty3270_scroll_forward() local
658 struct tty3270 *tp = container_of(kbd->port, struct tty3270, port); in tty3270_scroll_backward() local
675 struct tty3270 *tp = container_of(rrq->view, struct tty3270, view); in tty3270_read_tasklet() local
735 struct tty3270 *tp = container_of(rq->view, struct tty3270, view); in tty3270_read_callback() local
745 static void tty3270_issue_read(struct tty3270 *tp, int lock) in tty3270_issue_read()
774 struct tty3270 *tp = (struct tty3270 *)data; in tty3270_hangup_tasklet() local
785 struct tty3270 *tp = container_of(view, struct tty3270, view); in tty3270_activate() local
794 struct tty3270 *tp = container_of(view, struct tty3270, view); in tty3270_deactivate() local
799 static void tty3270_irq(struct tty3270 *tp, struct raw3270_request *rq, struct irb *irb) in tty3270_irq()
830 struct tty3270 *tp; in tty3270_alloc_view() local
877 static void tty3270_free_view(struct tty3270 *tp) in tty3270_free_view()
891 static struct tty3270_line *tty3270_alloc_screen(struct tty3270 *tp, unsigned int rows, in tty3270_alloc_screen()
967 struct tty3270 *tp = container_of(view, struct tty3270, view); in tty3270_resize() local
1044 struct tty3270 *tp = container_of(view, struct tty3270, view); in tty3270_release() local
1061 struct tty3270 *tp = container_of(view, struct tty3270, view); in tty3270_free() local
1098 struct tty3270 *tp; in tty3270_create_view() local
1184 struct tty3270 *tp; in tty3270_install() local
1215 struct tty3270 *tp = tty->driver_data; in tty3270_open() local
1229 struct tty3270 *tp = tty->driver_data; in tty3270_close() local
1239 struct tty3270 *tp = tty->driver_data; in tty3270_cleanup() local
1259 static void tty3270_put_character(struct tty3270 *tp, u8 ch) in tty3270_put_character()
1283 static void tty3270_cr(struct tty3270 *tp) in tty3270_cr()
1291 static void tty3270_lf(struct tty3270 *tp) in tty3270_lf()
1310 static void tty3270_ri(struct tty3270 *tp) in tty3270_ri()
1316 static void tty3270_reset_cell(struct tty3270 *tp, struct tty3270_cell *cell) in tty3270_reset_cell()
1325 static void tty3270_insert_characters(struct tty3270 *tp, int n) in tty3270_insert_characters()
1350 static void tty3270_delete_characters(struct tty3270 *tp, int n) in tty3270_delete_characters()
1370 static void tty3270_erase_characters(struct tty3270 *tp, int n) in tty3270_erase_characters()
1390 static void tty3270_erase_line(struct tty3270 *tp, int mode) in tty3270_erase_line()
1431 static void tty3270_erase_display(struct tty3270 *tp, int mode) in tty3270_erase_display()
1465 static void tty3270_set_attributes(struct tty3270 *tp) in tty3270_set_attributes()
1522 static inline int tty3270_getpar(struct tty3270 *tp, int ix) in tty3270_getpar()
1527 static void tty3270_goto_xy(struct tty3270 *tp, int cx, int cy) in tty3270_goto_xy()
1565 static void tty3270_escape_sequence(struct tty3270 *tp, u8 ch) in tty3270_escape_sequence()
1729 static void tty3270_do_write(struct tty3270 *tp, struct tty_struct *tty, in tty3270_do_write()
1810 struct tty3270 *tp; in tty3270_write() local
1828 struct tty3270 *tp; in tty3270_put_char() local
1843 struct tty3270 *tp; in tty3270_flush_chars() local
1859 struct tty3270 *tp; in tty3270_set_termios() local
1882 struct tty3270 *tp; in tty3270_throttle() local
1895 struct tty3270 *tp; in tty3270_unthrottle() local
1910 struct tty3270 *tp; in tty3270_hangup() local
1935 struct tty3270 *tp; in tty3270_ioctl() local
1949 struct tty3270 *tp; in tty3270_compat_ioctl() local
2054 struct tty3270 *tp = co->data; in con3270_write() local
2084 con3270_wait_write(struct tty3270 *tp) in con3270_wait_write()
2103 struct tty3270 *tp; in con3270_notify() local
2152 struct tty3270 *tp; in con3270_init() local