Lines Matching defs:ov5693_device
150 struct ov5693_device { struct
151 struct i2c_client *client;
152 struct device *dev;
155 struct mutex lock;
157 struct gpio_desc *reset;
158 struct gpio_desc *powerdown;
159 struct regulator_bulk_data supplies[OV5693_NUM_SUPPLIES];
160 struct clk *xvclk;
162 struct ov5693_mode {
170 } mode;
171 bool streaming;
173 struct v4l2_subdev sd;
174 struct media_pad pad;
176 struct ov5693_v4l2_ctrls {
188 } ctrls;