Searched refs:ov9734 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/media/i2c/ |
D | ov9734.c | 323 struct ov9734 { struct 345 static inline struct ov9734 *to_ov9734(struct v4l2_subdev *subdev) in to_ov9734() argument 347 return container_of(subdev, struct ov9734, sd); in to_ov9734() 368 static int ov9734_read_reg(struct ov9734 *ov9734, u16 reg, u16 len, u32 *val) in ov9734_read_reg() argument 370 struct i2c_client *client = v4l2_get_subdevdata(&ov9734->sd); in ov9734_read_reg() 398 static int ov9734_write_reg(struct ov9734 *ov9734, u16 reg, u16 len, u32 val) in ov9734_write_reg() argument 400 struct i2c_client *client = v4l2_get_subdevdata(&ov9734->sd); in ov9734_write_reg() 417 static int ov9734_write_reg_list(struct ov9734 *ov9734, in ov9734_write_reg_list() argument 420 struct i2c_client *client = v4l2_get_subdevdata(&ov9734->sd); in ov9734_write_reg_list() 425 ret = ov9734_write_reg(ov9734, r_list->regs[i].address, 1, in ov9734_write_reg_list() [all …]
|
D | Makefile | 106 obj-$(CONFIG_VIDEO_OV9734) += ov9734.o
|
D | Kconfig | 558 module's name is ov9734.
|
/Linux-v6.6/ |
D | MAINTAINERS | 15896 F: drivers/media/i2c/ov9734.c
|