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()
919 struct ov7670_info *info = to_state(sd); in ov7670_try_fmt_internal()
987 struct ov7670_info *info = to_state(sd); in ov7670_s_mbus_fmt()
1037 struct ov7670_info *info = to_state(sd); in ov7670_g_parm()
1053 struct ov7670_info *info = to_state(sd); in ov7670_s_parm()
1092 struct ov7670_info *info = to_state(sd); in ov7670_enum_frame_size()
1209 static void ov7670_calc_cmatrix(struct ov7670_info *info, in ov7670_calc_cmatrix()
1241 struct ov7670_info *info = to_state(sd); in ov7670_s_sat_hue()
1406 struct ov7670_info *info = to_state(sd); in ov7670_g_volatile_ctrl()
1418 struct ov7670_info *info = to_state(sd); in ov7670_s_ctrl()
1528 struct ov7670_info *info; in ov7670_probe()
1632 struct ov7670_info *info = to_state(sd); in ov7670_remove()