Lines Matching refs:ov9640_reg
40 static const struct ov9640_reg ov9640_regs_dflt[] = {
71 static const struct ov9640_reg ov9640_regs_qqcif[] = {
81 static const struct ov9640_reg ov9640_regs_qqvga[] = {
91 static const struct ov9640_reg ov9640_regs_qcif[] = {
100 static const struct ov9640_reg ov9640_regs_qvga[] = {
109 static const struct ov9640_reg ov9640_regs_cif[] = {
118 static const struct ov9640_reg ov9640_regs_vga[] = {
127 static const struct ov9640_reg ov9640_regs_sxga[] = {
136 static const struct ov9640_reg ov9640_regs_yuv[] = {
149 static const struct ov9640_reg ov9640_regs_rgb[] = {
381 const struct ov9640_reg *ov9640_regs, *matrix_regs; in ov9640_write_regs()