Searched refs:ov2740 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | ov2740.c | 514 struct ov2740 { struct 544 static inline struct ov2740 *to_ov2740(struct v4l2_subdev *subdev) in to_ov2740() argument 546 return container_of(subdev, struct ov2740, sd); in to_ov2740() 558 static int ov2740_read_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 *val) in ov2740_read_reg() argument 560 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd); in ov2740_read_reg() 588 static int ov2740_write_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 val) in ov2740_write_reg() argument 590 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd); in ov2740_write_reg() 607 static int ov2740_write_reg_list(struct ov2740 *ov2740, in ov2740_write_reg_list() argument 610 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd); in ov2740_write_reg_list() 615 ret = ov2740_write_reg(ov2740, r_list->regs[i].address, 1, in ov2740_write_reg_list() [all …]
|
H A D | Makefile | 93 obj-$(CONFIG_VIDEO_OV2740) += ov2740.o
|
H A D | Kconfig | 435 module will be called ov2740.
|
/linux/Documentation/admin-guide/media/ |
H A D | ipu6-isys.rst | 133 sensor ov2740 on Lenovo X1 Yoga laptop. 137 media-ctl -l "\"ov2740 14-0036\":0 -> \"Intel IPU6 CSI2 1\":0[1]"
|
/linux/ |
H A D | MAINTAINERS | 17070 F: drivers/media/i2c/ov2740.c
|