Home
last modified time | relevance | path

Searched refs:raw3270_view (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/s390/char/
H A Draw3270.h16 struct raw3270_view;
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
96 struct raw3270_view *raw3270_view(struct raw3270_view *view);
104 raw3270_get_view(struct raw3270_view *view) in raw3270_get_view()
[all …]
H A Draw3270.c51 struct raw3270_view *view; /* Active view. */
57 struct raw3270_view init_view;
268 int raw3270_view_active(struct raw3270_view *view) in raw3270_view_active()
344 struct raw3270_view *view; in raw3270_irq()
539 struct raw3270_view *view; in raw3270_resize_work()
662 int raw3270_reset(struct raw3270_view *view) in raw3270_reset()
681 struct raw3270_view *view; in __raw3270_disconnect()
902 struct raw3270_view *oldview = NULL, *nv; in __raw3270_activate_view()
1033 struct raw3270_view *view, *tmp; in raw3270_find_view()
1064 struct raw3270_view *nv; in raw3270_del_view()
[all …]
H A Dfs3270.c34 struct raw3270_view view;
62 static int fs3270_do_io(struct raw3270_view *view, struct raw3270_request *rq) in fs3270_do_io()
114 static int fs3270_activate(struct raw3270_view *view) in fs3270_activate()
187 static void fs3270_deactivate(struct raw3270_view *view) in fs3270_deactivate()
388 static void fs3270_free_view(struct raw3270_view *view) in fs3270_free_view()
402 static void fs3270_release(struct raw3270_view *view) in fs3270_release()
H A Dcon3270.c82 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()
1042 static void tty3270_release(struct raw3270_view *view) in tty3270_release()
1059 static void tty3270_free(struct raw3270_view *view) in tty3270_free()
1079 struct raw3270_view *view = raw3270_find_view(&tty3270_fn, i); in tty3270_del_views()
1183 struct raw3270_view *view; in tty3270_install()
2150 struct raw3270_view *view; in con3270_init()