Searched refs:raw3270_view (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/s390/char/ |
| H A D | raw3270.h | 16 struct raw3270_view; 22 struct raw3270_view *view; /* view of this request */ 54 int (*activate)(struct raw3270_view *rq); 55 void (*deactivate)(struct raw3270_view *rq); 56 void (*intv)(struct raw3270_view *view, 58 void (*release)(struct raw3270_view *view); 59 void (*free)(struct raw3270_view *view); 60 void (*resize)(struct raw3270_view *view, 73 struct raw3270_view { struct 86 int raw3270_add_view(struct raw3270_view *view, struct raw3270_fn *fn, int minor, int subclass); argument [all …]
|
| H A D | raw3270.c | 52 struct raw3270_view *view; /* Active view. */ 58 struct raw3270_view init_view; 250 static int __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start() 269 int raw3270_view_active(struct raw3270_view *view) in raw3270_view_active() 276 int raw3270_start(struct raw3270_view *view, struct raw3270_request *rq) in raw3270_start() 295 int raw3270_start_request(struct raw3270_view *view, struct raw3270_request *rq, in raw3270_start_request() 311 int raw3270_start_locked(struct raw3270_view *view, struct raw3270_request *rq) in raw3270_start_locked() 327 int raw3270_start_irq(struct raw3270_view *view, struct raw3270_request *rq) in raw3270_start_irq() 345 struct raw3270_view *view; in raw3270_irq() 540 struct raw3270_view *view; in raw3270_resize_work() [all …]
|
| H A D | fs3270.c | 33 struct raw3270_view view; 61 static int fs3270_do_io(struct raw3270_view *view, struct raw3270_request *rq) in fs3270_do_io() 113 static int fs3270_activate(struct raw3270_view *view) in fs3270_activate() 186 static void fs3270_deactivate(struct raw3270_view *view) in fs3270_deactivate() 384 static void fs3270_free_view(struct raw3270_view *view) in fs3270_free_view() 398 static void fs3270_release(struct raw3270_view *view) in fs3270_release()
|
| H A D | con3270.c | 81 struct raw3270_view view; 783 static int tty3270_activate(struct raw3270_view *view) in tty3270_activate() 792 static void tty3270_deactivate(struct raw3270_view *view) in tty3270_deactivate() 963 static void tty3270_resize(struct raw3270_view *view, in tty3270_resize() 1043 static void tty3270_release(struct raw3270_view *view) in tty3270_release() 1060 static void tty3270_free(struct raw3270_view *view) in tty3270_free() 1080 struct raw3270_view *view = raw3270_find_view(&tty3270_fn, i); in tty3270_del_views() 1187 struct raw3270_view *view; in tty3270_install() 2136 struct raw3270_view *view; in con3270_init()
|