Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dov7670.c220 struct ov7670_info { struct
257 static inline struct ov7670_info *to_state(struct v4l2_subdev *sd) in to_state() argument
259 return container_of(sd, struct ov7670_info, sd); in to_state()
264 return &container_of(ctrl->handler, struct ov7670_info, hdl)->sd; in to_sd()
562 struct ov7670_info *info = to_state(sd); in ov7670_read()
572 struct ov7670_info *info = to_state(sd); in ov7670_write()
794 struct ov7670_info *info = to_state(sd); in ov7675_get_framerate()
815 struct ov7670_info *info = to_state(sd); in ov7675_set_framerate()
871 struct ov7670_info *info = to_state(sd); in ov7670_get_framerate_legacy()
882 struct ov7670_info *info = to_state(sd); in ov7670_set_framerate_legacy()
[all …]
/Linux-v4.19/drivers/media/platform/marvell-ccic/
Dmcam-core.c1741 struct i2c_board_info ov7670_info = { in mccic_register() local
1790 cam->sensor_addr = ov7670_info.addr; in mccic_register()
1792 cam->i2c_adapter, &ov7670_info, NULL); in mccic_register()
/Linux-v4.19/drivers/media/platform/
Dvia-camera.c1320 struct i2c_board_info ov7670_info = { in viacam_probe() local
1411 &ov7670_info, NULL); in viacam_probe()