Searched defs:csi2_dev (Results 1 – 1 of 1) sorted by relevance
35 struct csi2_dev { struct36 struct device *dev;37 struct v4l2_subdev sd;38 struct media_pad pad[CSI2_NUM_PADS];39 struct clk *dphy_clk;40 struct clk *pllref_clk;41 struct clk *pix_clk; /* what is this? */42 void __iomem *base;43 struct v4l2_fwnode_bus_mipi_csi2 bus;46 struct mutex lock;[all …]