Home
last modified time | relevance | path

Searched refs:ov5670 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov5670.c141 struct ov5670 { struct
177 #define to_ov5670(sd) container_of(sd, struct ov5670, subdev) argument
787 ov5670_find_best_fit(struct ov5670 *ov5670, in ov5670_find_best_fit() argument
796 for (i = 0; i < ov5670->cfg_num; i++) { in ov5670_find_best_fit()
811 struct ov5670 *ov5670 = to_ov5670(sd); in ov5670_set_fmt() local
815 mutex_lock(&ov5670->mutex); in ov5670_set_fmt()
817 mode = ov5670_find_best_fit(ov5670, fmt); in ov5670_set_fmt()
826 mutex_unlock(&ov5670->mutex); in ov5670_set_fmt()
830 ov5670->cur_mode = mode; in ov5670_set_fmt()
832 __v4l2_ctrl_modify_range(ov5670->hblank, h_blank, in ov5670_set_fmt()
[all …]
H A DMakefile98 obj-$(CONFIG_VIDEO_OV5670) += ov5670.o
H A DKconfig1641 module will be called ov5670.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dipu3.rst86 Let us take the example of ov5670 sensor connected to CSI2 port 0, for a
89 Using the media contorller APIs, the ov5670 sensor is configured to send
97 # and that ov5670 sensor is connected to i2c bus 10 with address 0x36
98 export SDEV=$(media-ctl -d $MDEV -e "ov5670 10-0036")
101 media-ctl -d $MDEV -l "ov5670:0 -> ipu3-csi2 0:0[1]"
104 media-ctl -d $MDEV -V "ov5670:0 [fmt:SGRBG10/2592x1944]"
360 For the ov5670 example, for an input frame with a resolution of 2592x1944
H A Di2c-cardlist.rst89 ov5670 OmniVision OV5670 sensor
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS12959 F: drivers/media/i2c/ov5670.c