Home
last modified time | relevance | path

Searched refs:ov7251 (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/media/i2c/
Dov7251.c62 struct ov7251 { struct
97 static inline struct ov7251 *to_ov7251(struct v4l2_subdev *sd) in to_ov7251() argument
99 return container_of(sd, struct ov7251, sd); in to_ov7251()
570 static int ov7251_regulators_enable(struct ov7251 *ov7251) in ov7251_regulators_enable() argument
578 ret = regulator_enable(ov7251->io_regulator); in ov7251_regulators_enable()
580 dev_err(ov7251->dev, "set io voltage failed\n"); in ov7251_regulators_enable()
584 ret = regulator_enable(ov7251->analog_regulator); in ov7251_regulators_enable()
586 dev_err(ov7251->dev, "set analog voltage failed\n"); in ov7251_regulators_enable()
590 ret = regulator_enable(ov7251->core_regulator); in ov7251_regulators_enable()
592 dev_err(ov7251->dev, "set core voltage failed\n"); in ov7251_regulators_enable()
[all …]
DMakefile80 obj-$(CONFIG_VIDEO_OV7251) += ov7251.o
DKconfig1067 module will be called ov7251.
/Linux-v5.15/Documentation/devicetree/bindings/media/i2c/
Dov7251.txt8 - compatible: Value should be "ovti,ov7251".
28 ov7251: camera-sensor@60 {
29 compatible = "ovti,ov7251";
/Linux-v5.15/Documentation/admin-guide/media/
Di2c-cardlist.rst93 ov7251 OmniVision OV7251 sensor
/Linux-v5.15/arch/arm64/boot/dts/qcom/
Dsdm845-db845c.dts1175 compatible = "ovti,ov7251";
1177 // I2C address as per ov7251.txt linux documentation