Searched refs:ov13858 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dov13858.c1030 struct ov13858 { struct
1049 #define to_ov13858(_sd) container_of(_sd, struct ov13858, sd)
1052 static int ov13858_read_reg(struct ov13858 *ov13858, u16 reg, u32 len, argument
1055 struct i2c_client *client = v4l2_get_subdevdata(&ov13858->sd);
1088 static int ov13858_write_reg(struct ov13858 *ov13858, u16 reg, u32 len, argument
1091 struct i2c_client *client = v4l2_get_subdevdata(&ov13858->sd);
1117 static int ov13858_write_regs(struct ov13858 *ov13858, argument
1140 ov13858_write_reg_list(struct ov13858 *ov13858, const struct ov13858_reg_list *r_list) argument
1149 struct ov13858 *ov13858 = to_ov13858(sd); local
1167 ov13858_update_digital_gain(struct ov13858 *ov13858, u32 d_gain) argument
1187 ov13858_enable_test_pattern(struct ov13858 *ov13858, u32 pattern) argument
1210 struct ov13858 *ov13858 = container_of(ctrl->handler, local
1314 ov13858_do_get_pad_format(struct ov13858 *ov13858, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *fmt) argument
1334 struct ov13858 *ov13858 = to_ov13858(sd); local
1349 struct ov13858 *ov13858 = to_ov13858(sd); local
1409 ov13858_start_streaming(struct ov13858 *ov13858) argument
1452 ov13858_stop_streaming(struct ov13858 *ov13858) argument
1460 struct ov13858 *ov13858 = to_ov13858(sd); local
1496 ov13858_identify_module(struct ov13858 *ov13858) argument
1553 ov13858_init_controls(struct ov13858 *ov13858) argument
1654 ov13858_free_controls(struct ov13858 *ov13858) argument
1662 struct ov13858 *ov13858; local
1733 struct ov13858 *ov13858 = to_ov13858(sd); local
[all...]
H A DMakefile82 obj-$(CONFIG_VIDEO_OV13858) += ov13858.o

Completed in 101 milliseconds