Lines Matching defs:mipid02_dev
83 struct mipid02_dev { struct
84 struct i2c_client *i2c_client;
85 struct regulator_bulk_data supplies[MIPID02_NUM_SUPPLIES];
86 struct v4l2_subdev sd;
87 struct media_pad pad[MIPID02_PAD_NB];
88 struct clk *xclk;
89 struct gpio_desc *reset_gpio;
91 struct v4l2_fwnode_endpoint rx;
92 u64 link_frequency;
93 struct v4l2_fwnode_endpoint tx;
95 struct v4l2_async_subdev asd;
96 struct v4l2_async_notifier notifier;
97 struct v4l2_subdev *s_subdev;
99 struct {
109 } r;
111 struct mutex lock;
112 bool streaming;
113 struct v4l2_mbus_framefmt fmt;