Home
last modified time | relevance | path

Searched defs:ov5645 (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/media/i2c/
Dov5645.c87 struct ov5645 { struct
101 const struct ov5645_mode_info *current_mode; argument
119 static inline struct ov5645 *to_ov5645(struct v4l2_subdev *sd) in to_ov5645() argument
544 static int ov5645_regulators_enable(struct ov5645 *ov5645) in ov5645_regulators_enable()
576 static void ov5645_regulators_disable(struct ov5645 *ov5645) in ov5645_regulators_disable()
593 static int ov5645_write_reg(struct ov5645 *ov5645, u16 reg, u8 val) in ov5645_write_reg()
612 static int ov5645_read_reg(struct ov5645 *ov5645, u16 reg, u8 *val) in ov5645_read_reg()
637 static int ov5645_set_aec_mode(struct ov5645 *ov5645, u32 mode) in ov5645_set_aec_mode()
654 static int ov5645_set_agc_mode(struct ov5645 *ov5645, u32 enable) in ov5645_set_agc_mode()
671 static int ov5645_set_register_array(struct ov5645 *ov5645, in ov5645_set_register_array()
[all …]