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()
573 struct ov7670_info *info = to_state(sd); in ov7670_write()
795 struct ov7670_info *info = to_state(sd); in ov7675_get_framerate()
815 struct ov7670_info *info = to_state(sd); in ov7675_apply_framerate()
829 struct ov7670_info *info = to_state(sd); in ov7675_set_framerate()
879 struct ov7670_info *info = to_state(sd); in ov7670_get_framerate_legacy()
890 struct ov7670_info *info = to_state(sd); in ov7670_set_framerate_legacy()
966 struct ov7670_info *info = to_state(sd); in ov7670_try_fmt_internal()
1025 struct ov7670_info *info = to_state(sd); in ov7670_apply_fmt()
1097 struct ov7670_info *info = to_state(sd); in ov7670_set_fmt()
1136 struct ov7670_info *info = to_state(sd); in ov7670_get_fmt()
1163 struct ov7670_info *info = to_state(sd); in ov7670_g_frame_interval()
1175 struct ov7670_info *info = to_state(sd); in ov7670_s_frame_interval()
1194 struct ov7670_info *info = to_state(sd); in ov7670_enum_frame_interval()
1233 struct ov7670_info *info = to_state(sd); in ov7670_enum_frame_size()
1350 static void ov7670_calc_cmatrix(struct ov7670_info *info, in ov7670_calc_cmatrix()
1382 struct ov7670_info *info = to_state(sd); in ov7670_s_sat_hue()
1566 struct ov7670_info *info = to_state(sd); in ov7670_g_volatile_ctrl()
1578 struct ov7670_info *info = to_state(sd); in ov7670_s_ctrl()
1640 struct ov7670_info *info = to_state(sd); in ov7670_power_on()
1662 struct ov7670_info *info = to_state(sd); in ov7670_power_off()
1677 struct ov7670_info *info = to_state(sd); in ov7670_s_power()
1698 struct ov7670_info *info = to_state(sd); in ov7670_get_default_format()
1776 static int ov7670_init_gpio(struct i2c_client *client, struct ov7670_info *info) in ov7670_init_gpio()
1802 struct ov7670_info *info) in ov7670_parse_dt()
1839 struct ov7670_info *info; in ov7670_probe()
1998 struct ov7670_info *info = to_state(sd); in ov7670_remove()