Lines Matching defs:mxc_jpeg_dev
108 struct mxc_jpeg_dev { struct
109 spinlock_t hw_lock; /* hardware access lock */
110 unsigned int mode;
111 struct mutex lock; /* v4l2 ioctls serialization */
112 struct platform_device *pdev;
113 struct device *dev;
114 void __iomem *base_reg;
115 struct v4l2_device v4l2_dev;
116 struct v4l2_m2m_dev *m2m_dev;
117 struct video_device *dec_vdev;
118 struct mxc_jpeg_slot_data slot_data[MXC_MAX_SLOTS];
119 int num_domains;
120 struct device **pd_dev;
121 struct device_link **pd_link;