Home
last modified time | relevance | path

Searched refs:ov5695 (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/i2c/
Dov5695.c95 struct ov5695 { struct
115 #define to_ov5695(sd) container_of(sd, struct ov5695, subdev) argument
812 struct ov5695 *ov5695 = to_ov5695(sd); in ov5695_set_fmt() local
816 mutex_lock(&ov5695->mutex); in ov5695_set_fmt()
827 mutex_unlock(&ov5695->mutex); in ov5695_set_fmt()
831 ov5695->cur_mode = mode; in ov5695_set_fmt()
833 __v4l2_ctrl_modify_range(ov5695->hblank, h_blank, in ov5695_set_fmt()
836 __v4l2_ctrl_modify_range(ov5695->vblank, vblank_def, in ov5695_set_fmt()
841 mutex_unlock(&ov5695->mutex); in ov5695_set_fmt()
850 struct ov5695 *ov5695 = to_ov5695(sd); in ov5695_get_fmt() local
[all …]
DMakefile74 obj-$(CONFIG_VIDEO_OV5695) += ov5695.o
DKconfig732 module will be called ov5695.
/Linux-v4.19/Documentation/devicetree/bindings/media/i2c/
Dov5695.txt4 - compatible: shall be "ovti,ov5695"
20 ov5695: camera-sensor@36 {
21 compatible = "ovti,ov5695";
/Linux-v4.19/
DMAINTAINERS10713 F: drivers/media/i2c/ov5695.c