Home
last modified time | relevance | path

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

/openbmc/linux/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.c48 struct raw3270_view *view; /* Active view. */
54 struct raw3270_view init_view;
263 int raw3270_view_active(struct raw3270_view *view) in raw3270_view_active()
339 struct raw3270_view *view; in raw3270_irq()
534 struct raw3270_view *view; in raw3270_resize_work()
657 int raw3270_reset(struct raw3270_view *view) in raw3270_reset()
676 struct raw3270_view *view; in __raw3270_disconnect()
897 struct raw3270_view *oldview = NULL, *nv; in __raw3270_activate_view()
1028 struct raw3270_view *view, *tmp; in raw3270_find_view()
1059 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.c81 struct raw3270_view view;
782 static int tty3270_activate(struct raw3270_view *view) in tty3270_activate()
791 static void tty3270_deactivate(struct raw3270_view *view) in tty3270_deactivate()
962 static void tty3270_resize(struct raw3270_view *view, in tty3270_resize()
1041 static void tty3270_release(struct raw3270_view *view) in tty3270_release()
1058 static void tty3270_free(struct raw3270_view *view) in tty3270_free()
1078 struct raw3270_view *view = raw3270_find_view(&tty3270_fn, i); in tty3270_del_views()
1182 struct raw3270_view *view; in tty3270_install()
2149 struct raw3270_view *view; in con3270_init()