Home
last modified time | relevance | path

Searched full:ov64a40 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/i2c/
H A Dov64a40.c3 * V4L2 sensor driver for OmniVision OV64A40
2832 struct ov64a40 { struct
2859 static inline struct ov64a40 *sd_to_ov64a40(struct v4l2_subdev *sd) in sd_to_ov64a40() argument
2861 return container_of_const(sd, struct ov64a40, sd); in sd_to_ov64a40()
2865 ov64a40_get_timings(struct ov64a40 *ov64a40, unsigned int link_freq_index) in ov64a40_get_timings() argument
2867 s64 link_freq = ov64a40->link_frequencies[link_freq_index]; in ov64a40_get_timings()
2872 return &ov64a40->mode->timings_default[timings_index]; in ov64a40_get_timings()
2875 static int ov64a40_program_geometry(struct ov64a40 *ov64a40) in ov64a40_program_geometry() argument
2877 struct ov64a40_mode *mode = ov64a40->mode; in ov64a40_program_geometry()
2884 cci_write(ov64a40->cci, OV64A40_REG_TIMING_CTRL0, in ov64a40_program_geometry()
[all …]
H A DKconfig523 tristate "OmniVision OV64A40 sensor support"
527 OV64A40 camera.
530 module will be called ov64a40.
H A DMakefile103 obj-$(CONFIG_VIDEO_OV64A40) += ov64a40.o
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dovti,ov64a40.yaml4 $id: http://devicetree.org/schemas/media/i2c/ovti,ov64a40.yaml#
7 title: OmniVision OV64A40 Image Sensor
17 const: ovti,ov64a40
81 compatible = "ovti,ov64a40";
/linux/
H A DMAINTAINERS17172 OMNIVISION OV64A40 SENSOR DRIVER
17177 F: Documentation/devicetree/bindings/media/i2c/ovti,ov64a40.yaml
17178 F: drivers/media/i2c/ov64a40.c