Searched defs:mtk_jpeg_variant (Results 1 – 1 of 1) sorted by relevance
69 struct mtk_jpeg_variant { struct70 struct clk_bulk_data *clks;71 int num_clks;72 struct mtk_jpeg_fmt *formats;73 int num_formats;74 const struct vb2_ops *qops;75 irqreturn_t (*irq_handler)(int irq, void *priv);76 void (*hw_reset)(void __iomem *base);77 const struct v4l2_m2m_ops *m2m_ops;78 const char *dev_name;[all …]