Lines Matching refs:ov08x40
1282 struct ov08x40 { struct
1304 #define to_ov08x40(_sd) container_of(_sd, struct ov08x40, sd) argument
1307 static int ov08x40_read_reg(struct ov08x40 *ov08x, in ov08x40_read_reg()
1342 static int ov08x40_burst_fill_regs(struct ov08x40 *ov08x, u16 first_reg, in ov08x40_burst_fill_regs()
1377 static int ov08x40_write_reg(struct ov08x40 *ov08x, in ov08x40_write_reg()
1406 static int ov08x40_write_regs(struct ov08x40 *ov08x, in ov08x40_write_regs()
1429 static int ov08x40_write_reg_list(struct ov08x40 *ov08x, in ov08x40_write_reg_list()
1438 struct ov08x40 *ov08x = to_ov08x40(sd); in ov08x40_open()
1456 static int ov08x40_update_digital_gain(struct ov08x40 *ov08x, u32 d_gain) in ov08x40_update_digital_gain()
1483 static int ov08x40_enable_test_pattern(struct ov08x40 *ov08x, u32 pattern) in ov08x40_enable_test_pattern()
1532 static int ov08x40_set_ctrl_hflip(struct ov08x40 *ov08x, u32 ctrl_val) in ov08x40_set_ctrl_hflip()
1547 static int ov08x40_set_ctrl_vflip(struct ov08x40 *ov08x, u32 ctrl_val) in ov08x40_set_ctrl_vflip()
1564 struct ov08x40 *ov08x = container_of(ctrl->handler, in ov08x40_set_ctrl()
1565 struct ov08x40, ctrl_handler); in ov08x40_set_ctrl()
1688 static int ov08x40_do_get_pad_format(struct ov08x40 *ov08x, in ov08x40_do_get_pad_format()
1708 struct ov08x40 *ov08x = to_ov08x40(sd); in ov08x40_get_pad_format()
1723 struct ov08x40 *ov08x = to_ov08x40(sd); in ov08x40_set_pad_format()
1784 static int ov08x40_start_streaming(struct ov08x40 *ov08x) in ov08x40_start_streaming()
1843 static int ov08x40_stop_streaming(struct ov08x40 *ov08x) in ov08x40_stop_streaming()
1851 struct ov08x40 *ov08x = to_ov08x40(sd); in ov08x40_set_stream()
1887 static int ov08x40_identify_module(struct ov08x40 *ov08x) in ov08x40_identify_module()
1936 static int ov08x40_init_controls(struct ov08x40 *ov08x) in ov08x40_init_controls()
2046 static void ov08x40_free_controls(struct ov08x40 *ov08x) in ov08x40_free_controls()
2124 struct ov08x40 *ov08x; in ov08x40_probe()
2196 struct ov08x40 *ov08x = to_ov08x40(sd); in ov08x40_remove()