Searched defs:atmel_isi (Results 1 – 2 of 2) 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 …]
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 …]