Home
last modified time | relevance | path

Searched refs:ov2740 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/media/i2c/
Dov2740.c325 struct ov2740 { struct
350 static inline struct ov2740 *to_ov2740(struct v4l2_subdev *subdev) in to_ov2740() argument
352 return container_of(subdev, struct ov2740, sd); in to_ov2740()
373 static int ov2740_read_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 *val) in ov2740_read_reg() argument
375 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd); in ov2740_read_reg()
403 static int ov2740_write_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 val) in ov2740_write_reg() argument
405 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd); in ov2740_write_reg()
422 static int ov2740_write_reg_list(struct ov2740 *ov2740, in ov2740_write_reg_list() argument
425 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd); in ov2740_write_reg_list()
430 ret = ov2740_write_reg(ov2740, r_list->regs[i].address, 1, in ov2740_write_reg_list()
[all …]
DMakefile71 obj-$(CONFIG_VIDEO_OV2740) += ov2740.o
DKconfig956 module will be called ov2740.
/Linux-v5.15/
DMAINTAINERS13842 F: drivers/media/i2c/ov2740.c