Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Ddw9763.c45 struct dw9763_device { struct
74 static inline struct dw9763_device *to_dw9763_vcm(struct v4l2_ctrl *ctrl) in to_dw9763_vcm() argument
76 return container_of(ctrl->handler, struct dw9763_device, ctrls_vcm); in to_dw9763_vcm()
79 static inline struct dw9763_device *sd_to_dw9763_vcm(struct v4l2_subdev *subdev) in sd_to_dw9763_vcm()
81 return container_of(subdev, struct dw9763_device, sd); in sd_to_dw9763_vcm()
149 static unsigned int dw9763_move_time_div(struct dw9763_device *dev_vcm, in dw9763_move_time_div()
182 static unsigned int dw9763_move_time(struct dw9763_device *dev_vcm, in dw9763_move_time()
214 static int dw9763_set_dac(struct dw9763_device *dev_vcm, in dw9763_set_dac()
241 static int dw9763_get_dac(struct dw9763_device *dev_vcm, unsigned int *cur_dac) in dw9763_get_dac()
262 static int dw9763_get_pos(struct dw9763_device *dev_vcm, in dw9763_get_pos()
[all …]