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