Searched refs:raw3270_view (Results 1 – 5 of 5) sorted by relevance
94 struct raw3270_view;132 int (*activate)(struct raw3270_view *);133 void (*deactivate)(struct raw3270_view *);134 void (*intv)(struct raw3270_view *,136 void (*release)(struct raw3270_view *);137 void (*free)(struct raw3270_view *);149 struct raw3270_view { struct170 int raw3270_reset(struct raw3270_view *);171 struct raw3270_view *raw3270_view(struct raw3270_view *);176 raw3270_get_view(struct raw3270_view *view) in raw3270_get_view()[all …]
46 struct raw3270_view *view; /* Active view. */52 struct raw3270_view init_view;319 struct raw3270_view *view; in raw3270_irq()506 struct raw3270_view *view; in raw3270_size_device_done()622 raw3270_reset(struct raw3270_view *view) in raw3270_reset()641 struct raw3270_view *view; in __raw3270_disconnect()840 struct raw3270_view *oldview, *nv; in raw3270_activate_view()950 struct raw3270_view *954 struct raw3270_view *view, *tmp; in raw3270_find_view()985 struct raw3270_view *nv; in raw3270_del_view()[all …]
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()
64 struct raw3270_view view;669 tty3270_activate(struct raw3270_view *view) in tty3270_activate()679 tty3270_deactivate(struct raw3270_view *view) in tty3270_deactivate()889 tty3270_resize(struct raw3270_view *view, int model, int rows, int cols) in tty3270_resize()905 tty3270_release(struct raw3270_view *view) in tty3270_release()923 tty3270_free(struct raw3270_view *view) in tty3270_free()941 struct raw3270_view *view = raw3270_find_view(&tty3270_fn, i); in tty3270_del_views()961 struct raw3270_view *view; in tty3270_install()
43 struct raw3270_view view;394 con3270_activate(struct raw3270_view *view) in con3270_activate()405 con3270_deactivate(struct raw3270_view *view) in con3270_deactivate()
Completed in 21 milliseconds