Home
last modified time | relevance | path

Searched refs:ov13858 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/i2c/
Dov13858.c1028 struct ov13858 { struct
1050 #define to_ov13858(_sd) container_of(_sd, struct ov13858, sd) argument
1053 static int ov13858_read_reg(struct ov13858 *ov13858, u16 reg, u32 len, in ov13858_read_reg() argument
1056 struct i2c_client *client = v4l2_get_subdevdata(&ov13858->sd); in ov13858_read_reg()
1089 static int ov13858_write_reg(struct ov13858 *ov13858, u16 reg, u32 len, in ov13858_write_reg() argument
1092 struct i2c_client *client = v4l2_get_subdevdata(&ov13858->sd); in ov13858_write_reg()
1118 static int ov13858_write_regs(struct ov13858 *ov13858, in ov13858_write_regs() argument
1121 struct i2c_client *client = v4l2_get_subdevdata(&ov13858->sd); in ov13858_write_regs()
1126 ret = ov13858_write_reg(ov13858, regs[i].address, 1, in ov13858_write_regs()
1141 static int ov13858_write_reg_list(struct ov13858 *ov13858, in ov13858_write_reg_list() argument
[all …]
DMakefile82 obj-$(CONFIG_VIDEO_OV13858) += ov13858.o
/Linux-v4.19/
DMAINTAINERS10677 F: drivers/media/i2c/ov13858.c