Searched refs:raw3270 (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/s390/char/
H A Draw3270.h11 #include <uapi/asm/raw3270.h>
15 struct raw3270;
48 void raw3270_buffer_address(struct raw3270 *, char *, int, int);
79 struct raw3270 *dev;
118 struct raw3270 *raw3270_setup_console(void);
119 void raw3270_wait_cons_dev(struct raw3270 *rp);
H A Draw3270.c25 #include "raw3270.h"
38 struct raw3270 { struct
64 /* raw3270->state */
71 /* raw3270->flags */
76 /* Semaphore to protect global data of raw3270 (devices, views, etc). */
99 static void __raw3270_disconnect(struct raw3270 *rp);
115 static inline int raw3270_state_ready(struct raw3270 *rp)
120 void raw3270_buffer_address(struct raw3270 *rp, char *cp, int x, int y)
248 static int __raw3270_start(struct raw3270 *rp, struct raw3270_view *view,
269 struct raw3270 *r
[all...]
H A DMakefile24 obj-$(CONFIG_TN3270) += raw3270.o con3270.o
H A Dcon3270.c32 #include "raw3270.h"
2150 struct raw3270 *rp;

Completed in 194 milliseconds