Searched refs:raw3270_view (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/s390/char/ |
D | raw3270.h | 94 struct raw3270_view; 100 struct raw3270_view *view; /* view of this request */ 133 int (*activate)(struct raw3270_view *); 134 void (*deactivate)(struct raw3270_view *); 135 void (*intv)(struct raw3270_view *, 137 void (*release)(struct raw3270_view *); 138 void (*free)(struct raw3270_view *); 139 void (*resize)(struct raw3270_view *, int, int, int); 150 struct raw3270_view { struct 163 int raw3270_add_view(struct raw3270_view *, struct raw3270_fn *, int, int); argument [all …]
|
D | raw3270.c | 46 struct raw3270_view *view; /* Active view. */ 52 struct raw3270_view init_view; 239 __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start() 259 raw3270_view_active(struct raw3270_view *view) in raw3270_view_active() 268 raw3270_start(struct raw3270_view *view, struct raw3270_request *rq) in raw3270_start() 288 raw3270_start_locked(struct raw3270_view *view, struct raw3270_request *rq) in raw3270_start_locked() 305 raw3270_start_irq(struct raw3270_view *view, struct raw3270_request *rq) in raw3270_start_irq() 323 struct raw3270_view *view; in raw3270_irq() 510 struct raw3270_view *view; in raw3270_size_device_done() 626 raw3270_reset(struct raw3270_view *view) in raw3270_reset() [all …]
|
D | fs3270.c | 33 struct raw3270_view view; 64 fs3270_do_io(struct raw3270_view *view, struct raw3270_request *rq) in fs3270_do_io() 119 fs3270_activate(struct raw3270_view *view) in fs3270_activate() 191 fs3270_deactivate(struct raw3270_view *view) in fs3270_deactivate() 393 fs3270_free_view(struct raw3270_view *view) in fs3270_free_view() 408 fs3270_release(struct raw3270_view *view) in fs3270_release()
|
D | tty3270.c | 64 struct raw3270_view view; 665 tty3270_activate(struct raw3270_view *view) in tty3270_activate() 675 tty3270_deactivate(struct raw3270_view *view) in tty3270_deactivate() 887 tty3270_resize(struct raw3270_view *view, int model, int rows, int cols) in tty3270_resize() 903 tty3270_release(struct raw3270_view *view) in tty3270_release() 921 tty3270_free(struct raw3270_view *view) in tty3270_free() 939 struct raw3270_view *view = raw3270_find_view(&tty3270_fn, i); in tty3270_del_views() 959 struct raw3270_view *view; in tty3270_install()
|
D | con3270.c | 42 struct raw3270_view view; 391 con3270_activate(struct raw3270_view *view) in con3270_activate() 402 con3270_deactivate(struct raw3270_view *view) in con3270_deactivate()
|