Lines Matching refs:ov7670_info
211 struct ov7670_info { struct
240 static inline struct ov7670_info *to_state(struct v4l2_subdev *sd) in to_state() argument
242 return container_of(sd, struct ov7670_info, sd); in to_state()
247 return &container_of(ctrl->handler, struct ov7670_info, hdl)->sd; in to_sd()
544 struct ov7670_info *info = to_state(sd); in ov7670_read()
554 struct ov7670_info *info = to_state(sd); in ov7670_write()
765 struct ov7670_info *info = to_state(sd); in ov7675_get_framerate()
786 struct ov7670_info *info = to_state(sd); in ov7675_set_framerate()
842 struct ov7670_info *info = to_state(sd); in ov7670_get_framerate_legacy()
853 struct ov7670_info *info = to_state(sd); in ov7670_set_framerate_legacy()
920 struct ov7670_info *info = to_state(sd); in ov7670_try_fmt_internal()
983 struct ov7670_info *info = to_state(sd); in ov7670_set_fmt()
1044 struct ov7670_info *info = to_state(sd); in ov7670_g_parm()
1060 struct ov7670_info *info = to_state(sd); in ov7670_s_parm()
1083 struct ov7670_info *info = to_state(sd); in ov7670_enum_frame_interval()
1122 struct ov7670_info *info = to_state(sd); in ov7670_enum_frame_size()
1239 static void ov7670_calc_cmatrix(struct ov7670_info *info, in ov7670_calc_cmatrix()
1271 struct ov7670_info *info = to_state(sd); in ov7670_s_sat_hue()
1436 struct ov7670_info *info = to_state(sd); in ov7670_g_volatile_ctrl()
1448 struct ov7670_info *info = to_state(sd); in ov7670_s_ctrl()
1557 struct ov7670_info *info; in ov7670_probe()
1661 struct ov7670_info *info = to_state(sd); in ov7670_remove()