Searched full:ov02a10 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.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 | Makefile | 73 obj-$(CONFIG_VIDEO_OV02A10) += ov02a10.o
|
D | Kconfig | 342 tristate "OmniVision OV02A10 sensor support" 349 OV02A10 camera. 352 module will be called ov02a10.
|
/Linux-v6.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 Device Tree Bindings 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";
|
/Linux-v6.1/ |
D | MAINTAINERS | 15171 OMNIVISION OV02A10 SENSOR DRIVER 15176 F: Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml 15177 F: drivers/media/i2c/ov02a10.c
|