Searched defs:raw3270_view (Results 1 - 1 of 1) sorted by relevance

/drivers/s390/char/
H A Draw3270.h93 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);
148 * View structure chaining. The raw3270_view structure is meant to
151 * struct raw3270_view vie
155 struct raw3270_view { struct
[all...]

Completed in 43 milliseconds