Home
last modified time | relevance | path

Searched refs:ov08x40 (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/media/i2c/
Dov08x40.c1282 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()
[all …]
DMakefile86 obj-$(CONFIG_VIDEO_OV08X40) += ov08x40.o
DKconfig374 module will be called ov08x40.
/linux-6.12.1/
DMAINTAINERS17030 F: drivers/media/i2c/ov08x40.c