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

/linux-master/drivers/media/i2c/
H A Dov9734.c17 /* ov9734 only support 1-lane mipi output */
323 struct ov9734 { struct
342 static inline struct ov9734 *to_ov9734(struct v4l2_subdev *subdev)
344 return container_of(subdev, struct ov9734, sd);
365 static int ov9734_read_reg(struct ov9734 *ov9734, u16 reg, u16 len, u32 *val) argument
367 struct i2c_client *client = v4l2_get_subdevdata(&ov9734->sd);
395 static int ov9734_write_reg(struct ov9734 *ov9734, u16 reg, u16 len, u32 val) argument
397 struct i2c_client *client = v4l2_get_subdevdata(&ov9734
414 ov9734_write_reg_list(struct ov9734 *ov9734, const struct ov9734_reg_list *r_list) argument
435 ov9734_update_digital_gain(struct ov9734 *ov9734, u32 d_gain) argument
466 ov9734_test_pattern(struct ov9734 *ov9734, u32 pattern) argument
477 struct ov9734 *ov9734 = container_of(ctrl->handler, local
537 ov9734_init_controls(struct ov9734 *ov9734) argument
611 ov9734_start_streaming(struct ov9734 *ov9734) argument
644 ov9734_stop_streaming(struct ov9734 *ov9734) argument
655 struct ov9734 *ov9734 = to_ov9734(sd); local
688 struct ov9734 *ov9734 = to_ov9734(sd); local
729 struct ov9734 *ov9734 = to_ov9734(sd); local
775 struct ov9734 *ov9734 = to_ov9734(sd); local
809 ov9734_identify_module(struct ov9734 *ov9734) argument
890 struct ov9734 *ov9734 = to_ov9734(sd); local
902 struct ov9734 *ov9734; local
[all...]
H A DMakefile111 obj-$(CONFIG_VIDEO_OV9734) += ov9734.o

Completed in 88 milliseconds