Searched refs:ov5695 (Results 1 – 7 of 7) sorted by relevance
95 struct ov5695 { struct115 #define to_ov5695(sd) container_of(sd, struct ov5695, subdev) argument812 struct ov5695 *ov5695 = to_ov5695(sd); in ov5695_set_fmt() local816 mutex_lock(&ov5695->mutex); in ov5695_set_fmt()828 ov5695->cur_mode = mode; in ov5695_set_fmt()830 __v4l2_ctrl_modify_range(ov5695->hblank, h_blank, in ov5695_set_fmt()833 __v4l2_ctrl_modify_range(ov5695->vblank, vblank_def, in ov5695_set_fmt()838 mutex_unlock(&ov5695->mutex); in ov5695_set_fmt()847 struct ov5695 *ov5695 = to_ov5695(sd); in ov5695_get_fmt() local848 const struct ov5695_mode *mode = ov5695->cur_mode; in ov5695_get_fmt()[all …]
93 obj-$(CONFIG_VIDEO_OV5695) += ov5695.o
445 module will be called ov5695.
444 ov5695: ov5695@36 { label445 compatible = "ovti,ov5695";
303 compatible = "ovti,ov5695";
93 ov5695 OmniVision OV5695 sensor
15823 F: drivers/media/i2c/ov5695.c