Home
last modified time | relevance | path

Searched defs:stm32_dcmi (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/platform/st/stm32/
Dstm32-dcmi.c121 struct stm32_dcmi { struct
123 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 …]
/kernel/linux/linux-5.10/drivers/media/platform/stm32/
Dstm32-dcmi.c128 struct stm32_dcmi { struct
130 spinlock_t irqlock;
131 struct device *dev;
132 void __iomem *regs;
133 struct resource *res;
134 struct reset_control *rstc;
135 int sequence;
136 struct list_head buffers;
137 struct dcmi_buf *active;
138 int irq;
[all …]