Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Ddw9714.c36 struct dw9714_device { struct
43 static inline struct dw9714_device *to_dw9714_vcm(struct v4l2_ctrl *ctrl) in to_dw9714_vcm() argument
45 return container_of(ctrl->handler, struct dw9714_device, ctrls_vcm); in to_dw9714_vcm()
48 static inline struct dw9714_device *sd_to_dw9714_vcm(struct v4l2_subdev *subdev) in sd_to_dw9714_vcm()
50 return container_of(subdev, struct dw9714_device, sd); in sd_to_dw9714_vcm()
66 static int dw9714_t_focus_vcm(struct dw9714_device *dw9714_dev, u16 val) in dw9714_t_focus_vcm()
77 struct dw9714_device *dev_vcm = to_dw9714_vcm(ctrl); in dw9714_set_ctrl()
116 static void dw9714_subdev_cleanup(struct dw9714_device *dw9714_dev) in dw9714_subdev_cleanup()
123 static int dw9714_init_controls(struct dw9714_device *dev_vcm) in dw9714_init_controls()
142 struct dw9714_device *dw9714_dev; in dw9714_probe()
[all …]