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

/linux-master/drivers/media/i2c/
H A Dov2740.c514 struct ov2740 { struct
544 static inline struct ov2740 *to_ov2740(struct v4l2_subdev *subdev)
546 return container_of(subdev, struct ov2740, sd);
558 static int ov2740_read_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 *val) argument
560 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd);
588 static int ov2740_write_reg(struct ov2740 *ov2740, u16 reg, u16 len, u32 val) argument
590 struct i2c_client *client = v4l2_get_subdevdata(&ov2740->sd);
607 static int ov2740_write_reg_list(struct ov2740 *ov274 argument
628 ov2740_identify_module(struct ov2740 *ov2740) argument
652 ov2740_update_digital_gain(struct ov2740 *ov2740, u32 d_gain) argument
683 ov2740_test_pattern(struct ov2740 *ov2740, u32 pattern) argument
694 struct ov2740 *ov2740 = container_of(ctrl->handler, local
754 ov2740_init_controls(struct ov2740 *ov2740) argument
835 struct ov2740 *ov2740 = to_ov2740(dev_get_drvdata(dev)); local
922 ov2740_start_streaming(struct ov2740 *ov2740) argument
972 ov2740_stop_streaming(struct ov2740 *ov2740) argument
983 struct ov2740 *ov2740 = to_ov2740(sd); local
1016 struct ov2740 *ov2740 = to_ov2740(sd); local
1064 struct ov2740 *ov2740 = to_ov2740(sd); local
1084 struct ov2740 *ov2740 = to_ov2740(sd); local
1118 struct ov2740 *ov2740 = to_ov2740(sd); local
1219 struct ov2740 *ov2740 = to_ov2740(dev_get_drvdata(dev)); local
1246 ov2740_register_nvmem(struct i2c_client *client, struct ov2740 *ov2740) argument
1293 struct ov2740 *ov2740 = to_ov2740(sd); local
1303 struct ov2740 *ov2740 = to_ov2740(sd); local
1319 struct ov2740 *ov2740; local
[all...]
H A DMakefile88 obj-$(CONFIG_VIDEO_OV2740) += ov2740.o

Completed in 138 milliseconds