Searched defs:mx3fb_info (Results 1 – 1 of 1) sorted by relevance
255 struct mx3fb_info { struct256 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;[all …]