Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Daw8601.c42 struct aw8601_device { struct
69 static inline struct aw8601_device *to_aw8601_vcm(struct v4l2_ctrl *ctrl) in to_aw8601_vcm() argument
71 return container_of(ctrl->handler, struct aw8601_device, ctrls_vcm); in to_aw8601_vcm()
74 static inline struct aw8601_device *sd_to_aw8601_vcm(struct v4l2_subdev *subdev) in sd_to_aw8601_vcm()
76 return container_of(subdev, struct aw8601_device, sd); in sd_to_aw8601_vcm()
142 static unsigned int aw8601_move_time_div(struct aw8601_device *dev_vcm, in aw8601_move_time_div()
176 static unsigned int aw8601_move_time(struct aw8601_device *dev_vcm, in aw8601_move_time()
207 static int aw8601_get_pos(struct aw8601_device *dev_vcm, in aw8601_get_pos()
239 static int aw8601_set_pos(struct aw8601_device *dev_vcm, in aw8601_set_pos()
280 struct aw8601_device *dev_vcm = to_aw8601_vcm(ctrl); in aw8601_get_ctrl()
[all …]