Lines Matching defs:mx3fb_info
255 struct mx3fb_info { struct
256 int blank;
257 enum ipu_channel ipu_ch;
258 uint32_t cur_ipu_buf;
260 u32 pseudo_palette[16];
262 struct completion flip_cmpl;
263 struct mutex mutex; /* Protects fb-ops */
264 struct mx3fb_data *mx3fb;
265 struct idmac_channel *idmac_channel;
266 struct dma_async_tx_descriptor *txd;
267 dma_cookie_t cookie;
268 struct scatterlist sg[2];
270 struct fb_var_screeninfo cur_var; /* current var info */