Lines Matching defs:raw3270_view
94 struct raw3270_view;
100 struct raw3270_view *view; /* view of this request */
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 *);
138 void (*resize)(struct raw3270_view *, int, int, int);
142 * View structure chaining. The raw3270_view structure is meant to
145 * struct raw3270_view view;
149 struct raw3270_view {
162 int raw3270_add_view(struct raw3270_view *, struct raw3270_fn *, int, int);
163 int raw3270_activate_view(struct raw3270_view *);
164 void raw3270_del_view(struct raw3270_view *);
165 void raw3270_deactivate_view(struct raw3270_view *);
166 struct raw3270_view *raw3270_find_view(struct raw3270_fn *, int);
167 int raw3270_start(struct raw3270_view *, struct raw3270_request *);
168 int raw3270_start_locked(struct raw3270_view *, struct raw3270_request *);
169 int raw3270_start_irq(struct raw3270_view *, struct raw3270_request *);
170 int raw3270_reset(struct raw3270_view *);
171 struct raw3270_view *raw3270_view(struct raw3270_view *);
172 int raw3270_view_active(struct raw3270_view *);
176 raw3270_get_view(struct raw3270_view *view)
184 raw3270_put_view(struct raw3270_view *view)
202 void raw3270_pm_unfreeze(struct raw3270_view *);