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