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