Home
last modified time | relevance | path

Searched full:ov5695 (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.1/drivers/media/i2c/
Dov5695.c3 * ov5695 driver
95 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()
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() local
[all …]
DMakefile89 obj-$(CONFIG_VIDEO_OV5695) += ov5695.o
DKconfig537 tristate "OmniVision OV5695 sensor support"
542 OV5695 camera.
545 module will be called ov5695.
/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/
Dov5695.txt1 * Omnivision OV5695 MIPI CSI-2 sensor
4 - compatible: shall be "ovti,ov5695"
20 ov5695: camera-sensor@36 {
21 compatible = "ovti,ov5695";
/Linux-v6.1/arch/arm64/boot/dts/mediatek/
Dmt8183-kukui-kodama-sku16.dts6 * - bit 8: Camera: 0 (OV5695)
Dmt8183-kukui-kodama-sku32.dts6 * - bit 8: Camera: 0 (OV5695)
/Linux-v6.1/Documentation/devicetree/bindings/media/
Drockchip-isp1.yaml200 compatible = "ovti,ov5695";
273 ov5695: camera@36 {
/Linux-v6.1/arch/arm64/boot/dts/rockchip/
Dpx30-evb.dts444 ov5695: ov5695@36 { label
445 compatible = "ovti,ov5695";
Drk3399-gru-scarlet.dtsi304 compatible = "ovti,ov5695";
/Linux-v6.1/Documentation/admin-guide/media/
Di2c-cardlist.rst97 ov5695 OmniVision OV5695 sensor
/Linux-v6.1/
DMAINTAINERS15262 OMNIVISION OV5695 SENSOR DRIVER
15267 F: drivers/media/i2c/ov5695.c