Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dov9640.c398 const struct ov9640_reg *ov9640_regs, *matrix_regs; in ov9640_write_regs() local
407 ov9640_regs = ov9640_regs_qqcif; in ov9640_write_regs()
411 ov9640_regs = ov9640_regs_qqvga; in ov9640_write_regs()
415 ov9640_regs = ov9640_regs_qcif; in ov9640_write_regs()
419 ov9640_regs = ov9640_regs_qvga; in ov9640_write_regs()
423 ov9640_regs = ov9640_regs_cif; in ov9640_write_regs()
427 ov9640_regs = ov9640_regs_vga; in ov9640_write_regs()
431 ov9640_regs = ov9640_regs_sxga; in ov9640_write_regs()
450 val = ov9640_regs[i].val; in ov9640_write_regs()
452 switch (ov9640_regs[i].reg) { in ov9640_write_regs()
[all …]