Home
last modified time | relevance | path

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

/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;
139 struct v4l2_device v4l2_dev;
[all …]
/kernel/linux/linux-4.19/drivers/media/platform/stm32/
Dstm32-dcmi.c126 struct stm32_dcmi { struct
128 spinlock_t irqlock;
129 struct device *dev;
130 void __iomem *regs;
131 struct resource *res;
132 struct reset_control *rstc;
133 int sequence;
134 struct list_head buffers;
135 struct dcmi_buf *active;
137 struct v4l2_device v4l2_dev;
[all …]