Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Ddw9800w.c45 struct dw9800w_device { struct
74 static inline struct dw9800w_device *to_dw9800w_vcm(struct v4l2_ctrl *ctrl) in to_dw9800w_vcm() argument
76 return container_of(ctrl->handler, struct dw9800w_device, ctrls_vcm); in to_dw9800w_vcm()
79 static inline struct dw9800w_device *sd_to_dw9800w_vcm(struct v4l2_subdev *subdev) in sd_to_dw9800w_vcm()
81 return container_of(subdev, struct dw9800w_device, sd); in sd_to_dw9800w_vcm()
147 static unsigned int dw9800w_move_time_div(struct dw9800w_device *dev_vcm, in dw9800w_move_time_div()
181 static unsigned int dw9800w_move_time(struct dw9800w_device *dev_vcm, in dw9800w_move_time()
216 static int dw9800w_get_pos(struct dw9800w_device *dev_vcm, in dw9800w_get_pos()
245 static int dw9800w_set_pos(struct dw9800w_device *dev_vcm, in dw9800w_set_pos()
285 struct dw9800w_device *dev_vcm = to_dw9800w_vcm(ctrl); in dw9800w_get_ctrl()
[all …]