Searched defs:ov5645 (Results 1 – 1 of 1) sorted by relevance
87 struct ov5645 { struct99 const struct ov5645_mode_info *current_mode; argument117 static inline struct ov5645 *to_ov5645(struct v4l2_subdev *sd) in to_ov5645() argument544 static int ov5645_write_reg(struct ov5645 *ov5645, u16 reg, u8 val) in ov5645_write_reg()563 static int ov5645_read_reg(struct ov5645 *ov5645, u16 reg, u8 *val) in ov5645_read_reg()588 static int ov5645_set_aec_mode(struct ov5645 *ov5645, u32 mode) in ov5645_set_aec_mode()605 static int ov5645_set_agc_mode(struct ov5645 *ov5645, u32 enable) in ov5645_set_agc_mode()622 static int ov5645_set_register_array(struct ov5645 *ov5645, in ov5645_set_register_array()638 static int ov5645_set_power_on(struct ov5645 *ov5645) in ov5645_set_power_on()664 static void ov5645_set_power_off(struct ov5645 *ov5645) in ov5645_set_power_off()[all …]