Searched refs:ov2740 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ov2740.c | 318 struct ov2740 { struct 340 static inline struct ov2740 *to_ov2740(struct v4l2_subdev *subdev) in to_ov2740() argument 342 return container_of(subdev, struct ov2740, sd); in to_ov2740() 363 static int ov2740_read_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 *val) in ov2740_read_reg() argument 365 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd); in ov2740_read_reg() 393 static int ov2740_write_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 val) in ov2740_write_reg() argument 395 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd); in ov2740_write_reg() 412 static int ov2740_write_reg_list(struct ov2740 *ov2740, in ov2740_write_reg_list() argument 415 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd); in ov2740_write_reg_list() 420 ret = ov2740_write_reg(ov2740, r_list->regs[i].address, 1, in ov2740_write_reg_list() [all …]
|
| H A D | Makefile | 90 obj-$(CONFIG_VIDEO_OV2740) += ov2740.o
|
| H A D | Kconfig | 1533 module will be called ov2740.
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 12935 F: drivers/media/i2c/ov2740.c
|