dw9714_device
static void dw9714_subdev_cleanup(struct dw9714_device *dw9714_dev)
static int dw9714_init_controls(struct dw9714_device *dev_vcm)
static int dw9714_power_up(struct dw9714_device *dw9714_dev)
static int dw9714_power_down(struct dw9714_device *dw9714_dev)
struct dw9714_device *dw9714_dev;
struct dw9714_device *dw9714_dev = sd_to_dw9714_vcm(sd);
struct dw9714_device *dw9714_dev = sd_to_dw9714_vcm(sd);
struct dw9714_device *dw9714_dev = sd_to_dw9714_vcm(sd);
static inline struct dw9714_device *to_dw9714_vcm(struct v4l2_ctrl *ctrl)
return container_of(ctrl->handler, struct dw9714_device, ctrls_vcm);
static inline struct dw9714_device *sd_to_dw9714_vcm(struct v4l2_subdev *subdev)
return container_of(subdev, struct dw9714_device, sd);
static int dw9714_t_focus_vcm(struct dw9714_device *dw9714_dev, u16 val)
struct dw9714_device *dev_vcm = to_dw9714_vcm(ctrl);