Searched defs:csi_state (Results 1 – 1 of 1) sorted by relevance
107 struct csi_state { struct108 struct device *dev;109 void __iomem *regs;110 struct clk_bulk_data clks[CSI2_NUM_CLKS];111 struct reset_control *rst;112 struct regulator *mipi_phy_regulator;114 struct v4l2_subdev sd;115 struct media_pad pads[MIPI_CSI2_PADS_NUM];116 struct v4l2_async_notifier notifier;117 struct v4l2_subdev *src_sd;[all …]