Lines Matching refs:ov7670_info

219 struct ov7670_info {  struct
258 static inline struct ov7670_info *to_state(struct v4l2_subdev *sd) in to_state() argument
260 return container_of(sd, struct ov7670_info, sd); in to_state()
265 return &container_of(ctrl->handler, struct ov7670_info, hdl)->sd; in to_sd()
563 struct ov7670_info *info = to_state(sd); in ov7670_read()
574 struct ov7670_info *info = to_state(sd); in ov7670_write()
798 struct ov7670_info *info = to_state(sd); in ov7675_get_framerate()
818 struct ov7670_info *info = to_state(sd); in ov7675_apply_framerate()
832 struct ov7670_info *info = to_state(sd); in ov7675_set_framerate()
882 struct ov7670_info *info = to_state(sd); in ov7670_get_framerate_legacy()
893 struct ov7670_info *info = to_state(sd); in ov7670_set_framerate_legacy()
980 struct ov7670_info *info = to_state(sd); in ov7670_try_fmt_internal()
1039 struct ov7670_info *info = to_state(sd); in ov7670_apply_fmt()
1111 struct ov7670_info *info = to_state(sd); in ov7670_set_fmt()
1151 struct ov7670_info *info = to_state(sd); in ov7670_get_fmt()
1178 struct ov7670_info *info = to_state(sd); in ov7670_g_frame_interval()
1190 struct ov7670_info *info = to_state(sd); in ov7670_s_frame_interval()
1209 struct ov7670_info *info = to_state(sd); in ov7670_enum_frame_interval()
1248 struct ov7670_info *info = to_state(sd); in ov7670_enum_frame_size()
1366 static void ov7670_calc_cmatrix(struct ov7670_info *info, in ov7670_calc_cmatrix()
1398 struct ov7670_info *info = to_state(sd); in ov7670_s_sat_hue()
1583 struct ov7670_info *info = to_state(sd); in ov7670_g_volatile_ctrl()
1595 struct ov7670_info *info = to_state(sd); in ov7670_s_ctrl()
1657 struct ov7670_info *info = to_state(sd); in ov7670_power_on()
1679 struct ov7670_info *info = to_state(sd); in ov7670_power_off()
1694 struct ov7670_info *info = to_state(sd); in ov7670_s_power()
1715 struct ov7670_info *info = to_state(sd); in ov7670_get_default_format()
1793 static int ov7670_init_gpio(struct i2c_client *client, struct ov7670_info *info) in ov7670_init_gpio()
1819 struct ov7670_info *info) in ov7670_parse_dt()
1856 struct ov7670_info *info; in ov7670_probe()
2015 struct ov7670_info *info = to_state(sd); in ov7670_remove()