Home
last modified time | relevance | path

Searched defs:tty3270 (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/char/
Dtty3270.c63 struct tty3270 { struct
84 struct tty3270_line *screen; argument
85 unsigned int n_model, n_cols, n_rows; /* New model & size */
86 struct work_struct resize_work;
89 struct string *prompt; /* Output string for input area. */
90 struct string *input; /* Input string for read request. */
91 struct raw3270_request *read; /* Single read request. */
115 /* tty3270->update_flags. See tty3270_update for details. */ argument
/kernel/linux/linux-6.6/drivers/s390/char/
Dcon3270.c80 struct tty3270 { struct
97 struct tty3270_attribute attributes; argument
98 struct tty3270_attribute saved_attributes; argument
100 struct tty3270_line *screen; argument
103 char *prompt; /* Output string for input area. */
104 char *input; /* Input string for read request. */
105 struct raw3270_request *read; /* Single read request. */
129 /* tty3270->update_flags. See tty3270_update for details. */ argument