Home
last modified time | relevance | path

Searched refs:tty3270 (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/s390/char/
H A Dcon3270.c80 struct tty3270 { struct
129 /* tty3270->update_flags. See tty3270_update for details. */
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 *t
[all...]
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtty3270.c31 #include "tty3270.h"
63 struct tty3270 { struct
115 /* tty3270->update_flags. See tty3270_update for details. */
117 #define TTY_UPDATE_LIST 2 /* Update lines in tty3270->update. */
128 static void tty3270_set_timer(struct tty3270 *tp, int expires) in tty3270_set_timer()
137 tty3270_update_prompt(struct tty3270 *tp, char *input, int count) in tty3270_update_prompt()
164 tty3270_create_prompt(struct tty3270 *tp) in tty3270_create_prompt()
195 tty3270_update_status(struct tty3270 * tp) in tty3270_update_status()
206 tty3270_create_status(struct tty3270 * tp) in tty3270_create_status()
229 tty3270_update_string(struct tty3270 *t
[all...]
H A DMakefile26 obj-$(CONFIG_TN3270_TTY) += tty3270.o

Completed in 4 milliseconds