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