Lines Matching defs:sti_conf_outptr
163 struct sti_conf_outptr { struct
164 s32 errno; /* error number on failure */
165 s16 onscreen_x; /* screen width in pixels */
166 s16 onscreen_y; /* screen height in pixels */
167 s16 offscreen_x; /* offscreen width in pixels */
168 s16 offscreen_y; /* offscreen height in pixels */
169 s16 total_x; /* frame buffer width in pixels */
170 s16 total_y; /* frame buffer height in pixels */
171 s32 bits_per_pixel; /* bits/pixel device has configured */
172 s32 bits_used; /* bits which can be accessed */
173 s32 planes; /* number of fb planes in system */
174 u8 dev_name[STI_DEV_NAME_LENGTH]; /* null terminated product name */
175 u32 attributes; /* flags denoting attributes */
176 u32 *ext_ptr; /* pointer to future data */