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