Home
last modified time | relevance | path

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

/drivers/s390/char/
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 …]
A Draw3270.c52 struct raw3270_view *view; /* Active view. */
58 struct raw3270_view init_view;
269 int raw3270_view_active(struct raw3270_view *view) in raw3270_view_active()
345 struct raw3270_view *view; in raw3270_irq()
540 struct raw3270_view *view; in raw3270_resize_work()
663 int raw3270_reset(struct raw3270_view *view) in raw3270_reset()
682 struct raw3270_view *view; in __raw3270_disconnect()
903 struct raw3270_view *oldview = NULL, *nv; in __raw3270_activate_view()
1034 struct raw3270_view *view, *tmp; in raw3270_find_view()
1065 struct raw3270_view *nv; in raw3270_del_view()
[all …]
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()
A Dcon3270.c82 struct raw3270_view view;
784 static int tty3270_activate(struct raw3270_view *view) in tty3270_activate()
793 static void tty3270_deactivate(struct raw3270_view *view) in tty3270_deactivate()
964 static void tty3270_resize(struct raw3270_view *view, in tty3270_resize()
1046 static void tty3270_release(struct raw3270_view *view) in tty3270_release()
1063 static void tty3270_free(struct raw3270_view *view) in tty3270_free()
1083 struct raw3270_view *view = raw3270_find_view(&tty3270_fn, i); in tty3270_del_views()
1190 struct raw3270_view *view; in tty3270_install()
2157 struct raw3270_view *view; in con3270_init()

Completed in 16 milliseconds