Searched refs:ov01a10 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/media/i2c/ |
D | ov01a10.c | 277 struct ov01a10 { struct 295 static inline struct ov01a10 *to_ov01a10(struct v4l2_subdev *subdev) in to_ov01a10() argument 297 return container_of(subdev, struct ov01a10, sd); in to_ov01a10() 300 static int ov01a10_read_reg(struct ov01a10 *ov01a10, u16 reg, u16 len, u32 *val) in ov01a10_read_reg() argument 302 struct i2c_client *client = v4l2_get_subdevdata(&ov01a10->sd); in ov01a10_read_reg() 331 static int ov01a10_write_reg(struct ov01a10 *ov01a10, u16 reg, u16 len, u32 val) in ov01a10_write_reg() argument 333 struct i2c_client *client = v4l2_get_subdevdata(&ov01a10->sd); in ov01a10_write_reg() 350 static int ov01a10_write_reg_list(struct ov01a10 *ov01a10, in ov01a10_write_reg_list() argument 353 struct i2c_client *client = v4l2_get_subdevdata(&ov01a10->sd); in ov01a10_write_reg_list() 358 ret = ov01a10_write_reg(ov01a10, r_list->regs[i].address, 1, in ov01a10_write_reg_list() [all …]
|
D | Makefile | 74 obj-$(CONFIG_VIDEO_OV01A10) += ov01a10.o
|
D | Kconfig | 273 module will be called ov01a10.
|
/Linux-v6.6/ |
D | MAINTAINERS | 15707 F: drivers/media/i2c/ov01a10.c
|