Lines Matching defs:dw9714_device
34 struct dw9714_device {
40 static inline struct dw9714_device *to_dw9714_vcm(struct v4l2_ctrl *ctrl)
42 return container_of(ctrl->handler, struct dw9714_device, ctrls_vcm);
45 static inline struct dw9714_device *sd_to_dw9714_vcm(struct v4l2_subdev *subdev)
47 return container_of(subdev, struct dw9714_device, sd);
63 static int dw9714_t_focus_vcm(struct dw9714_device *dw9714_dev, u16 val)
74 struct dw9714_device *dev_vcm = to_dw9714_vcm(ctrl);
113 static void dw9714_subdev_cleanup(struct dw9714_device *dw9714_dev)
120 static int dw9714_init_controls(struct dw9714_device *dev_vcm)
139 struct dw9714_device *dw9714_dev;
181 struct dw9714_device *dw9714_dev = sd_to_dw9714_vcm(sd);
198 struct dw9714_device *dw9714_dev = sd_to_dw9714_vcm(sd);
222 struct dw9714_device *dw9714_dev = sd_to_dw9714_vcm(sd);