Searched defs:stm32_dcmi (Results 1 – 1 of 1) sorted by relevance
121 struct stm32_dcmi { struct123 spinlock_t irqlock;124 struct device *dev;125 void __iomem *regs;126 struct resource *res;127 struct reset_control *rstc;128 int sequence;129 struct list_head buffers;130 struct dcmi_buf *active;131 int irq;[all …]