Searched full:ov4689 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | ov4689.c | 3 * ov4689 driver 123 struct ov4689 { struct 142 #define to_ov4689(sd) container_of(sd, struct ov4689, subdev) argument 337 struct ov4689 *ov4689 = to_ov4689(sd); in ov4689_set_fmt() local 340 ov4689_fill_fmt(ov4689->cur_mode, mbus_fmt); in ov4689_set_fmt() 374 static int ov4689_enable_test_pattern(struct ov4689 *ov4689, u32 pattern) in ov4689_enable_test_pattern() argument 383 return cci_write(ov4689->regmap, OV4689_REG_TEST_PATTERN, in ov4689_enable_test_pattern() 415 static int ov4689_setup_timings(struct ov4689 *ov4689) in ov4689_setup_timings() argument 417 const struct ov4689_mode *mode = ov4689->cur_mode; in ov4689_setup_timings() 418 struct regmap *rm = ov4689->regmap; in ov4689_setup_timings() [all …]
|
H A D | Kconfig | 438 tristate "OmniVision OV4689 sensor support" 443 OV4689 camera. 446 module will be called ov4689.
|
H A D | Makefile | 94 obj-$(CONFIG_VIDEO_OV4689) += ov4689.o
|
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | ovti,ov4689.yaml | 4 $id: http://devicetree.org/schemas/media/i2c/ovti,ov4689.yaml# 7 title: Omnivision OV4689 CMOS 13 The Omnivision OV4689 is a high performance, 1/3-inch, 4 megapixel 24 const: ovti,ov4689 104 ov4689: camera@36 { 105 compatible = "ovti,ov4689";
|
/linux/ |
H A D | MAINTAINERS | 17285 OMNIVISION OV4689 SENSOR DRIVER 17290 F: Documentation/devicetree/bindings/media/i2c/ovti,ov4689.yaml 17291 F: drivers/media/i2c/ov4689.c
|