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

/linux-4.4.14/drivers/media/i2c/soc_camera/
H A Dov9640.c381 const struct ov9640_reg *ov9640_regs, *matrix_regs; ov9640_write_regs() local
389 ov9640_regs = ov9640_regs_qqcif; ov9640_write_regs()
393 ov9640_regs = ov9640_regs_qqvga; ov9640_write_regs()
397 ov9640_regs = ov9640_regs_qcif; ov9640_write_regs()
401 ov9640_regs = ov9640_regs_qvga; ov9640_write_regs()
405 ov9640_regs = ov9640_regs_cif; ov9640_write_regs()
409 ov9640_regs = ov9640_regs_vga; ov9640_write_regs()
413 ov9640_regs = ov9640_regs_sxga; ov9640_write_regs()
432 val = ov9640_regs[i].val; ov9640_write_regs()
434 switch (ov9640_regs[i].reg) { ov9640_write_regs()
449 ret = ov9640_reg_write(client, ov9640_regs[i].reg, val); ov9640_write_regs()

Completed in 49 milliseconds