Searched full:ov64a40 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | ov64a40.c | 3 * 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 …]
|
D | Kconfig | 523 tristate "OmniVision OV64A40 sensor support" 527 OV64A40 camera. 530 module will be called ov64a40.
|
D | Makefile | 103 obj-$(CONFIG_VIDEO_OV64A40) += ov64a40.o
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | ovti,ov64a40.yaml | 4 $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-6.12.1/ |
D | MAINTAINERS | 17127 OMNIVISION OV64A40 SENSOR DRIVER 17132 F: Documentation/devicetree/bindings/media/i2c/ovti,ov64a40.yaml 17133 F: drivers/media/i2c/ov64a40.c
|