Searched defs:csi_state (Results 1 – 2 of 2) 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 …]
307 struct csi_state { struct308 struct device *dev;309 void __iomem *regs;310 struct clk_bulk_data *clks;311 struct reset_control *mrst;312 struct regulator *mipi_phy_regulator;313 const struct mipi_csis_info *info;314 u8 index;316 struct v4l2_subdev sd;317 struct media_pad pads[CSIS_PADS_NUM];[all …]