Home
last modified time | relevance | path

Searched refs:dw9714_device (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/media/i2c/
Ddw9714.c34 struct dw9714_device { struct
40 static inline struct dw9714_device *to_dw9714_vcm(struct v4l2_ctrl *ctrl) in to_dw9714_vcm() argument
42 return container_of(ctrl->handler, struct dw9714_device, ctrls_vcm); in to_dw9714_vcm()
45 static inline struct dw9714_device *sd_to_dw9714_vcm(struct v4l2_subdev *subdev) in sd_to_dw9714_vcm()
47 return container_of(subdev, struct dw9714_device, sd); in sd_to_dw9714_vcm()
63 static int dw9714_t_focus_vcm(struct dw9714_device *dw9714_dev, u16 val) in dw9714_t_focus_vcm()
74 struct dw9714_device *dev_vcm = to_dw9714_vcm(ctrl); in dw9714_set_ctrl()
113 static void dw9714_subdev_cleanup(struct dw9714_device *dw9714_dev) in dw9714_subdev_cleanup()
120 static int dw9714_init_controls(struct dw9714_device *dev_vcm) in dw9714_init_controls()
139 struct dw9714_device *dw9714_dev; in dw9714_probe()
[all …]