Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Dov5670.c1816 struct ov5670 { struct
1829 const struct ov5670_mode *cur_mode; argument
1840 #define to_ov5670(_sd) container_of(_sd, struct ov5670, sd) argument
1843 static int ov5670_read_reg(struct ov5670 *ov5670, u16 reg, unsigned int len, in ov5670_read_reg()
1879 static int ov5670_write_reg(struct ov5670 *ov5670, u16 reg, unsigned int len, in ov5670_write_reg()
1910 static int ov5670_write_regs(struct ov5670 *ov5670, in ov5670_write_regs()
1932 static int ov5670_write_reg_list(struct ov5670 *ov5670, in ov5670_write_reg_list()
1941 struct ov5670 *ov5670 = to_ov5670(sd); in ov5670_open() local
1959 static int ov5670_update_digital_gain(struct ov5670 *ov5670, u32 d_gain) in ov5670_update_digital_gain()
1977 static int ov5670_enable_test_pattern(struct ov5670 *ov5670, u32 pattern) in ov5670_enable_test_pattern()
[all …]