Searched defs:csi_state (Results 1 – 1 of 1) sorted by relevance
110 struct csi_state { struct111 struct device *dev;112 const struct imx8mq_plat_data *pdata;113 void __iomem *regs;114 struct clk_bulk_data clks[CSI2_NUM_CLKS];115 struct reset_control *rst;116 struct regulator *mipi_phy_regulator;118 struct v4l2_subdev sd;119 struct media_pad pads[MIPI_CSI2_PADS_NUM];120 struct v4l2_async_notifier notifier;[all …]