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