Searched refs:ov01a10 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A 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 …]
|
H A D | Makefile | 74 obj-$(CONFIG_VIDEO_OV01A10) += ov01a10.o
|
H A D | Kconfig | 274 module will be called ov01a10.
|
/openbmc/linux/ |
H A D | MAINTAINERS | 15752 F: drivers/media/i2c/ov01a10.c
|
H A D | opengrok0.0.log | [all...] |