Lines Matching defs:ov9640_regs
398 const struct ov9640_reg *ov9640_regs, *matrix_regs;
407 ov9640_regs = ov9640_regs_qqcif;
411 ov9640_regs = ov9640_regs_qqvga;
415 ov9640_regs = ov9640_regs_qcif;
419 ov9640_regs = ov9640_regs_qvga;
423 ov9640_regs = ov9640_regs_cif;
427 ov9640_regs = ov9640_regs_vga;
431 ov9640_regs = ov9640_regs_sxga;
450 val = ov9640_regs[i].val;
452 switch (ov9640_regs[i].reg) {
467 ret = ov9640_reg_write(client, ov9640_regs[i].reg, val);