Lines Matching defs:ov01a10

277 struct ov01a10 {  struct
289 const struct ov01a10_mode *cur_mode; argument
292 static inline struct ov01a10 *to_ov01a10(struct v4l2_subdev *subdev) in to_ov01a10() argument
297 static int ov01a10_read_reg(struct ov01a10 *ov01a10, u16 reg, u16 len, u32 *val) in ov01a10_read_reg()
328 static int ov01a10_write_reg(struct ov01a10 *ov01a10, u16 reg, u16 len, u32 val) in ov01a10_write_reg()
347 static int ov01a10_write_reg_list(struct ov01a10 *ov01a10, in ov01a10_write_reg_list()
368 static int ov01a10_update_digital_gain(struct ov01a10 *ov01a10, u32 d_gain) in ov01a10_update_digital_gain()
399 static int ov01a10_test_pattern(struct ov01a10 *ov01a10, u32 pattern) in ov01a10_test_pattern()
410 static int ov01a10_set_hflip(struct ov01a10 *ov01a10, u32 hflip) in ov01a10_set_hflip()
430 static int ov01a10_set_vflip(struct ov01a10 *ov01a10, u32 vflip) in ov01a10_set_vflip()
452 struct ov01a10 *ov01a10 = container_of(ctrl->handler, in ov01a10_set_ctrl() local
516 static int ov01a10_init_controls(struct ov01a10 *ov01a10) in ov01a10_init_controls()
619 static int ov01a10_start_streaming(struct ov01a10 *ov01a10) in ov01a10_start_streaming()
653 static void ov01a10_stop_streaming(struct ov01a10 *ov01a10) in ov01a10_stop_streaming()
666 struct ov01a10 *ov01a10 = to_ov01a10(sd); in ov01a10_set_stream() local
698 struct ov01a10 *ov01a10 = to_ov01a10(sd); in ov01a10_set_format() local
837 static int ov01a10_identify_module(struct ov01a10 *ov01a10) in ov01a10_identify_module()
871 struct ov01a10 *ov01a10; in ov01a10_probe() local