Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dov7670.c214 struct ov7670_info { struct
251 static inline struct ov7670_info *to_state(struct v4l2_subdev *sd) in to_state() argument
253 return container_of(sd, struct ov7670_info, sd); in to_state()
258 return &container_of(ctrl->handler, struct ov7670_info, hdl)->sd; in to_sd()
556 struct ov7670_info *info = to_state(sd); in ov7670_read()
567 struct ov7670_info *info = to_state(sd); in ov7670_write()
791 struct ov7670_info *info = to_state(sd); in ov7675_get_framerate()
811 struct ov7670_info *info = to_state(sd); in ov7675_apply_framerate()
825 struct ov7670_info *info = to_state(sd); in ov7675_set_framerate()
875 struct ov7670_info *info = to_state(sd); in ov7670_get_framerate_legacy()
[all …]
/linux-6.12.1/drivers/media/platform/marvell/
Dcafe-driver.c464 static struct i2c_board_info ov7670_info = { variable
547 ov7670_info.addr, in cafe_pci_probe()
559 i2c_adapter_id(cam->i2c_adapter), ov7670_info.addr); in cafe_pci_probe()
561 i2c_dev = i2c_new_client_device(cam->i2c_adapter, &ov7670_info); in cafe_pci_probe()
/linux-6.12.1/drivers/media/platform/via/
Dvia-camera.c1132 struct i2c_board_info ov7670_info = { in viacam_probe() local
1223 &ov7670_info, NULL); in viacam_probe()