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