Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/
Dov08x40.c2418 struct ov08x40 { struct
2440 #define to_ov08x40(_sd) container_of(_sd, struct ov08x40, sd) argument
2443 static int ov08x40_read_reg(struct ov08x40 *ov08x, in ov08x40_read_reg()
2479 static int ov08x40_write_reg(struct ov08x40 *ov08x, in ov08x40_write_reg()
2508 static int ov08x40_write_regs(struct ov08x40 *ov08x, in ov08x40_write_regs()
2531 static int ov08x40_write_reg_list(struct ov08x40 *ov08x, in ov08x40_write_reg_list()
2540 struct ov08x40 *ov08x = to_ov08x40(sd); in ov08x40_open()
2558 static int ov08x40_update_digital_gain(struct ov08x40 *ov08x, u32 d_gain) in ov08x40_update_digital_gain()
2585 static int ov08x40_enable_test_pattern(struct ov08x40 *ov08x, u32 pattern) in ov08x40_enable_test_pattern()
2634 static int ov08x40_set_ctrl_hflip(struct ov08x40 *ov08x, u32 ctrl_val) in ov08x40_set_ctrl_hflip()
[all …]
DMakefile77 obj-$(CONFIG_VIDEO_OV08X40) += ov08x40.o
DKconfig300 module will be called ov08x40.
/Linux-v6.6/
DMAINTAINERS15728 F: drivers/media/i2c/ov08x40.c