Lines Matching defs:ov5693_device
135 struct ov5693_device { struct
136 struct device *dev;
137 struct regmap *regmap;
140 struct mutex lock;
142 struct gpio_desc *reset;
143 struct gpio_desc *powerdown;
144 struct gpio_desc *privacy_led;
145 struct regulator_bulk_data supplies[OV5693_NUM_SUPPLIES];
146 struct clk *xvclk;
148 struct ov5693_mode {
156 } mode;
158 struct v4l2_subdev sd;
159 struct media_pad pad;
161 struct ov5693_v4l2_ctrls {
173 } ctrls;