Searched defs:mxc_jpeg_dev (Results 1 – 1 of 1) sorted by relevance
113 struct mxc_jpeg_dev { struct114 spinlock_t hw_lock; /* hardware access lock */115 unsigned int mode;116 struct mutex lock; /* v4l2 ioctls serialization */117 struct clk *clk_ipg;118 struct clk *clk_per;119 struct platform_device *pdev;120 struct device *dev;121 void __iomem *base_reg;122 struct v4l2_device v4l2_dev;[all …]