Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dov7670.c213 struct ov7670_info { struct
250 static inline struct ov7670_info *to_state(struct v4l2_subdev *sd) in to_state() argument
252 return container_of(sd, struct ov7670_info, sd); in to_state()
257 return &container_of(ctrl->handler, struct ov7670_info, hdl)->sd; in to_sd()
555 struct ov7670_info *info = to_state(sd); in ov7670_read()
566 struct ov7670_info *info = to_state(sd); in ov7670_write()
790 struct ov7670_info *info = to_state(sd); in ov7675_get_framerate()
810 struct ov7670_info *info = to_state(sd); in ov7675_apply_framerate()
824 struct ov7670_info *info = to_state(sd); in ov7675_set_framerate()
874 struct ov7670_info *info = to_state(sd); in ov7670_get_framerate_legacy()
[all …]
/linux/drivers/media/platform/via/
H A Dvia-camera.c1130 struct i2c_board_info ov7670_info = { in viacam_probe() local
1221 &ov7670_info, NULL); in viacam_probe()