Lines Matching refs:dw9714_device
37 struct dw9714_device {
45 static inline struct dw9714_device *to_dw9714_vcm(struct v4l2_ctrl *ctrl)
47 return container_of(ctrl->handler, struct dw9714_device, ctrls_vcm);
50 static inline struct dw9714_device *sd_to_dw9714_vcm(struct v4l2_subdev *subdev)
52 return container_of(subdev, struct dw9714_device, sd);
68 static int dw9714_t_focus_vcm(struct dw9714_device *dw9714_dev, u16 val)
79 struct dw9714_device *dev_vcm = to_dw9714_vcm(ctrl);
118 static void dw9714_subdev_cleanup(struct dw9714_device *dw9714_dev)
125 static int dw9714_init_controls(struct dw9714_device *dev_vcm)
142 static int dw9714_power_up(struct dw9714_device *dw9714_dev)
157 static int dw9714_power_down(struct dw9714_device *dw9714_dev)
166 struct dw9714_device *dw9714_dev;
227 struct dw9714_device *dw9714_dev = sd_to_dw9714_vcm(sd);
251 struct dw9714_device *dw9714_dev = sd_to_dw9714_vcm(sd);
283 struct dw9714_device *dw9714_dev = sd_to_dw9714_vcm(sd);