Searched refs:ov2740 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/media/i2c/ |
D | ov2740.c | 325 struct ov2740 { struct 353 static inline struct ov2740 *to_ov2740(struct v4l2_subdev *subdev) in to_ov2740() argument 355 return container_of(subdev, struct ov2740, sd); in to_ov2740() 376 static int ov2740_read_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 *val) in ov2740_read_reg() argument 378 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd); in ov2740_read_reg() 406 static int ov2740_write_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 val) in ov2740_write_reg() argument 408 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd); in ov2740_write_reg() 425 static int ov2740_write_reg_list(struct ov2740 *ov2740, in ov2740_write_reg_list() argument 428 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd); in ov2740_write_reg_list() 433 ret = ov2740_write_reg(ov2740, r_list->regs[i].address, 1, in ov2740_write_reg_list() [all …]
|
D | Makefile | 81 obj-$(CONFIG_VIDEO_OV2740) += ov2740.o
|
D | Kconfig | 446 module will be called ov2740.
|
/Linux-v6.1/ |
D | MAINTAINERS | 15222 F: drivers/media/i2c/ov2740.c
|