Lines Matching defs:mxc_jpeg_dev
121 struct mxc_jpeg_dev { struct
122 spinlock_t hw_lock; /* hardware access lock */
123 unsigned int mode;
124 struct mutex lock; /* v4l2 ioctls serialization */
125 struct clk_bulk_data *clks;
126 int num_clks;
127 struct platform_device *pdev;
128 struct device *dev;
129 void __iomem *base_reg;
130 struct v4l2_device v4l2_dev;
131 struct v4l2_m2m_dev *m2m_dev;
132 struct video_device *dec_vdev;
133 struct mxc_jpeg_slot_data slot_data;
134 int num_domains;
135 struct device **pd_dev;
136 struct device_link **pd_link;