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