Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/i2c/
Dov7670.c211 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()
[all …]
/linux-4.4.14/drivers/media/platform/marvell-ccic/
Dmcam-core.c1768 struct i2c_board_info ov7670_info = { in mccic_register() local
1818 cam->sensor_addr = ov7670_info.addr; in mccic_register()
1820 cam->i2c_adapter, &ov7670_info, NULL); in mccic_register()
/linux-4.4.14/drivers/media/platform/
Dvia-camera.c1318 struct i2c_board_info ov7670_info = { in viacam_probe() local
1409 &ov7670_info, NULL); in viacam_probe()