Searched full:ov02a10 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
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 …]
|
D | Kconfig | 350 tristate "OmniVision OV02A10 sensor support" 353 OV02A10 camera. 356 module will be called ov02a10.
|
D | Makefile | 84 obj-$(CONFIG_VIDEO_OV02A10) += ov02a10.o
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
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 121 ov02a10: camera-sensor@3d { 122 compatible = "ovti,ov02a10";
|
/linux-6.12.1/ |
D | MAINTAINERS | 17011 OMNIVISION OV02A10 SENSOR DRIVER 17015 F: Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml 17016 F: drivers/media/i2c/ov02a10.c
|