Searched refs:ov01a10 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | ov01a10.c | 277 struct ov01a10 { struct 292 static inline struct ov01a10 *to_ov01a10(struct v4l2_subdev *subdev) in to_ov01a10() argument 294 return container_of(subdev, struct ov01a10, sd); in to_ov01a10() 297 static int ov01a10_read_reg(struct ov01a10 *ov01a10, u16 reg, u16 len, u32 *val) in ov01a10_read_reg() argument 299 struct i2c_client *client = v4l2_get_subdevdata(&ov01a10->sd); in ov01a10_read_reg() 328 static int ov01a10_write_reg(struct ov01a10 *ov01a10, u16 reg, u16 len, u32 val) in ov01a10_write_reg() argument 330 struct i2c_client *client = v4l2_get_subdevdata(&ov01a10->sd); in ov01a10_write_reg() 347 static int ov01a10_write_reg_list(struct ov01a10 *ov01a10, in ov01a10_write_reg_list() argument 350 struct i2c_client *client = v4l2_get_subdevdata(&ov01a10->sd); in ov01a10_write_reg_list() 355 ret = ov01a10_write_reg(ov01a10, r_list->regs[i].address, 1, in ov01a10_write_reg_list() [all …]
|
D | Makefile | 83 obj-$(CONFIG_VIDEO_OV01A10) += ov01a10.o
|
D | Kconfig | 347 module will be called ov01a10.
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | ipu6-isys.rst | 86 machine, ov01a10 sensor is connected to IPU ISYS CSI-2 port 2, which can 89 Using the media controller APIs, we can configure ov01a10 sensor by 94 # Example 1 capture frame from ov01a10 camera sensor 99 media-ctl -d $MDEV -l "\"ov01a10 3-0036\":0 -> \"Intel IPU6 CSI2 2\":0[1]" 102 media-ctl -d $MDEV -V "ov01a10:0 [fmt:SBGGR10/1280x800]" 113 # and that ov01a10 sensor is connected to i2c bus 3 with address 0x36 114 export SDEV=$(media-ctl -d $MDEV -e "ov01a10 3-0036")
|
/linux-6.12.1/ |
D | MAINTAINERS | 17009 F: drivers/media/i2c/ov01a10.c
|