Home
last modified time | relevance | path

Searched refs:ov4688 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov4688.c124 struct ov4688 { struct
157 #define to_ov4688(sd) container_of(sd, struct ov4688, subdev) argument
864 struct ov4688 *ov4688 = to_ov4688(sd); in ov4688_set_fmt() local
868 mutex_lock(&ov4688->mutex); in ov4688_set_fmt()
879 mutex_unlock(&ov4688->mutex); in ov4688_set_fmt()
883 ov4688->cur_mode = mode; in ov4688_set_fmt()
885 __v4l2_ctrl_modify_range(ov4688->hblank, h_blank, in ov4688_set_fmt()
888 __v4l2_ctrl_modify_range(ov4688->vblank, vblank_def, in ov4688_set_fmt()
893 mutex_unlock(&ov4688->mutex); in ov4688_set_fmt()
902 struct ov4688 *ov4688 = to_ov4688(sd); in ov4688_get_fmt() local
[all …]
H A DMakefile92 obj-$(CONFIG_VIDEO_OV4688) += ov4688.o
H A DKconfig1557 module will be called ov4688.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dov4688.txt1 * OmniVision ov4688 MIPI sensor
4 - compatible: should be "ovti,ov4688"
23 ov4688: ov4688@36 {
24 compatible = "smartsens,ov4688";