Home | History | Annotate | Download | only in dev

Lines Matching defs:view

67 typedef struct view view_t;
94 * ``hardware_address'' is the only thing that /dev/view checks and it
195 * View stuff.
204 struct view {
207 void *data; /* view specific data. */
210 display_view_func *display_view; /* make this view active */
211 remove_view_func *remove_view; /* remove this view if active */
212 free_view_func *free_view; /* free this view */
213 get_mode_func *get_display_mode;/* get the mode this view belongs to */
234 alloc_view_func *alloc_view; /* allocate a view for this mode. */
235 get_current_view_func *get_current_view; /* get active view. */