Lines Matching refs:raw3270_view
93 struct raw3270_view;
99 struct raw3270_view *view; /* view of this request */
138 int (*activate)(struct raw3270_view *);
139 void (*deactivate)(struct raw3270_view *);
140 int (*intv)(struct raw3270_view *,
142 void (*release)(struct raw3270_view *);
143 void (*free)(struct raw3270_view *);
144 void (*resize)(struct raw3270_view *, int, int, int);
155 struct raw3270_view { struct
166 int raw3270_add_view(struct raw3270_view *, struct raw3270_fn *, int); argument
167 int raw3270_activate_view(struct raw3270_view *);
168 void raw3270_del_view(struct raw3270_view *);
169 void raw3270_deactivate_view(struct raw3270_view *);
170 struct raw3270_view *raw3270_find_view(struct raw3270_fn *, int);
171 int raw3270_start(struct raw3270_view *, struct raw3270_request *);
172 int raw3270_start_locked(struct raw3270_view *, struct raw3270_request *);
173 int raw3270_start_irq(struct raw3270_view *, struct raw3270_request *);
174 int raw3270_reset(struct raw3270_view *);
175 struct raw3270_view *raw3270_view(struct raw3270_view *);
176 int raw3270_view_active(struct raw3270_view *);
180 raw3270_get_view(struct raw3270_view *view) in raw3270_get_view()
188 raw3270_put_view(struct raw3270_view *view) in raw3270_put_view()
206 void raw3270_pm_unfreeze(struct raw3270_view *);