Searched full:ov02a10 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | ov02a10.c | 102 struct ov02a10 { struct 129 static inline struct ov02a10 *to_ov02a10(struct v4l2_subdev *sd) in to_ov02a10() argument 131 return container_of(sd, struct ov02a10, subdev); in to_ov02a10() 272 static int ov02a10_write_array(struct ov02a10 *ov02a10, in ov02a10_write_array() argument 275 struct i2c_client *client = v4l2_get_subdevdata(&ov02a10->subdev); in ov02a10_write_array() 301 struct ov02a10 *ov02a10 = to_ov02a10(sd); in ov02a10_set_fmt() local 306 mutex_lock(&ov02a10->mutex); in ov02a10_set_fmt() 308 if (ov02a10->streaming && fmt->which == V4L2_SUBDEV_FORMAT_ACTIVE) { in ov02a10_set_fmt() 314 mbus_fmt->code = ov02a10->fmt.code; in ov02a10_set_fmt() 315 ov02a10_fill_fmt(ov02a10->cur_mode, mbus_fmt); in ov02a10_set_fmt() [all …]
|
H A D | Kconfig | 277 tristate "OmniVision OV02A10 sensor support" 280 OV02A10 camera. 283 module will be called ov02a10.
|
H A D | Makefile | 75 obj-$(CONFIG_VIDEO_OV02A10) += ov02a10.o
|
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | ovti,ov02a10.yaml | 5 $id: http://devicetree.org/schemas/media/i2c/ovti,ov02a10.yaml# 8 title: Omnivision OV02A10 CMOS Sensor 14 The Omnivision OV02A10 is a low-cost, high performance, 1/5-inch, 2 megapixel 25 const: ovti,ov02a10 58 PD_PAD pin. This pin is used to place the OV02A10 into standby mode 127 ov02a10: camera-sensor@3d { 128 compatible = "ovti,ov02a10";
|
/openbmc/linux/ |
H A D | MAINTAINERS | 15754 OMNIVISION OV02A10 SENSOR DRIVER 15758 F: Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml 15759 F: drivers/media/i2c/ov02a10.c
|
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |