Searched defs:atmel_isi (Results 1 – 1 of 1) sorted by relevance
94 struct atmel_isi { struct96 spinlock_t irqlock;97 struct device *dev;98 void __iomem *regs;100 int sequence;103 struct fbd *p_fb_descriptors;104 dma_addr_t fb_descriptors_phys;105 struct list_head dma_desc_head;106 struct isi_dma_desc dma_desc[VIDEO_MAX_FRAME];107 bool enable_preview_path;[all …]