Lines Matching defs:dw9714_device
36 struct dw9714_device {
43 static inline struct dw9714_device *to_dw9714_vcm(struct v4l2_ctrl *ctrl)
45 return container_of(ctrl->handler, struct dw9714_device, ctrls_vcm);
48 static inline struct dw9714_device *sd_to_dw9714_vcm(struct v4l2_subdev *subdev)
50 return container_of(subdev, struct dw9714_device, sd);
66 static int dw9714_t_focus_vcm(struct dw9714_device *dw9714_dev, u16 val)
77 struct dw9714_device *dev_vcm = to_dw9714_vcm(ctrl);
116 static void dw9714_subdev_cleanup(struct dw9714_device *dw9714_dev)
123 static int dw9714_init_controls(struct dw9714_device *dev_vcm)
142 struct dw9714_device *dw9714_dev;
196 struct dw9714_device *dw9714_dev = sd_to_dw9714_vcm(sd);
220 struct dw9714_device *dw9714_dev = sd_to_dw9714_vcm(sd);
252 struct dw9714_device *dw9714_dev = sd_to_dw9714_vcm(sd);