Searched refs:ov5670 (Results 1 – 6 of 6) sorted by relevance
141 struct ov5670 { struct177 #define to_ov5670(sd) container_of(sd, struct ov5670, subdev) argument787 ov5670_find_best_fit(struct ov5670 *ov5670, in ov5670_find_best_fit() argument796 for (i = 0; i < ov5670->cfg_num; i++) { in ov5670_find_best_fit()811 struct ov5670 *ov5670 = to_ov5670(sd); in ov5670_set_fmt() local815 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 …]
98 obj-$(CONFIG_VIDEO_OV5670) += ov5670.o
1641 module will be called ov5670.
86 Let us take the example of ov5670 sensor connected to CSI2 port 0, for a89 Using the media contorller APIs, the ov5670 sensor is configured to send97 # and that ov5670 sensor is connected to i2c bus 10 with address 0x3698 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
89 ov5670 OmniVision OV5670 sensor
12959 F: drivers/media/i2c/ov5670.c