Searched refs:ov2740 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | ov2740.c | 324 struct ov2740 { struct 352 static inline struct ov2740 *to_ov2740(struct v4l2_subdev *subdev) in to_ov2740() argument 354 return container_of(subdev, struct ov2740, sd); in to_ov2740() 375 static int ov2740_read_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 *val) in ov2740_read_reg() argument 377 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd); in ov2740_read_reg() 405 static int ov2740_write_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 val) in ov2740_write_reg() argument 407 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd); in ov2740_write_reg() 424 static int ov2740_write_reg_list(struct ov2740 *ov2740, in ov2740_write_reg_list() argument 427 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd); in ov2740_write_reg_list() 432 ret = ov2740_write_reg(ov2740, r_list->regs[i].address, 1, in ov2740_write_reg_list() [all …]
|
H A D | Makefile | 84 obj-$(CONFIG_VIDEO_OV2740) += ov2740.o
|
H A D | Kconfig | 362 module will be called ov2740.
|
/openbmc/linux/ |
H A D | MAINTAINERS | 15813 F: drivers/media/i2c/ov2740.c
|
H A D | opengrok2.0.log | [all...] |