Searched defs:mtk_jpeg_variant (Results 1 – 1 of 1) sorted by relevance
62 struct mtk_jpeg_variant { struct63 struct clk_bulk_data *clks;64 int num_clks;65 struct mtk_jpeg_fmt *formats;66 int num_formats;67 const struct vb2_ops *qops;68 irqreturn_t (*irq_handler)(int irq, void *priv);69 void (*hw_reset)(void __iomem *base);70 const struct v4l2_m2m_ops *m2m_ops;71 const char *dev_name;[all …]