Lines Matching defs:mipid02_dev
87 struct mipid02_dev { struct
88 struct i2c_client *i2c_client;
89 struct regulator_bulk_data supplies[MIPID02_NUM_SUPPLIES];
90 struct v4l2_subdev sd;
91 struct media_pad pad[MIPID02_PAD_NB];
92 struct clk *xclk;
93 struct gpio_desc *reset_gpio;
95 struct v4l2_fwnode_endpoint rx;
96 u64 link_frequency;
97 struct v4l2_fwnode_endpoint tx;
99 struct v4l2_async_notifier notifier;
100 struct v4l2_subdev *s_subdev;
102 struct {
112 } r;
114 struct mutex lock;
115 bool streaming;
116 struct v4l2_mbus_framefmt fmt;