Searched refs:ov7670_info (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov7670.c | 219 struct ov7670_info { struct 258 static inline struct ov7670_info *to_state(struct v4l2_subdev *sd) in to_state() 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 *inf in ov7670_get_framerate_legacy() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov7670.c | 218 struct ov7670_info { struct 257 static inline struct ov7670_info *to_state(struct v4l2_subdev *sd) in to_state() 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() 573 struct ov7670_info *info = to_state(sd); in ov7670_write() 797 struct ov7670_info *info = to_state(sd); in ov7675_get_framerate() 817 struct ov7670_info *info = to_state(sd); in ov7675_apply_framerate() 831 struct ov7670_info *info = to_state(sd); in ov7675_set_framerate() 881 struct ov7670_info *inf in ov7670_get_framerate_legacy() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/marvell-ccic/ |
H A D | cafe-driver.c | 475 static struct i2c_board_info ov7670_info = { variable 551 mcam->asd.match.i2c.address = ov7670_info.addr; in cafe_pci_probe() 558 i2c_adapter_id(cam->i2c_adapter), ov7670_info.addr); in cafe_pci_probe() 560 if (!IS_ERR(i2c_new_client_device(cam->i2c_adapter, &ov7670_info))) { in cafe_pci_probe()
|
/kernel/linux/linux-6.6/drivers/media/platform/marvell/ |
H A D | cafe-driver.c | 464 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()
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | via-camera.c | 1140 struct i2c_board_info ov7670_info = { in viacam_probe() local 1229 &ov7670_info, NULL); in viacam_probe()
|
/kernel/linux/linux-6.6/drivers/media/platform/via/ |
H A D | via-camera.c | 1132 struct i2c_board_info ov7670_info = { in viacam_probe() local 1223 &ov7670_info, NULL); in viacam_probe()
|
Completed in 10 milliseconds