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