Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dov9650.c246 struct ov965x { struct
264 const struct ov965x_framesize *frame_size; argument
269 struct ov965x_ctrls ctrls; argument
271 const struct ov965x_interval *fiv; argument
284 static const struct i2c_rv ov965x_init_regs[] = { argument
423 static int ov965x_read(struct ov965x *ov965x, u8 addr, u8 *val) in ov965x_read()
440 static int ov965x_write(struct ov965x *ov965x, u8 addr, u8 val) in ov965x_write()
452 static int ov965x_write_array(struct ov965x *ov965x, in ov965x_write_array()
463 static int ov965x_set_default_gamma_curve(struct ov965x *ov965x) in ov965x_set_default_gamma_curve()
486 static int ov965x_set_color_matrix(struct ov965x *ov965x) in ov965x_set_color_matrix()
[all …]