Searched refs:tcm825x_reg (Results 1 - 2 of 2) sorted by path

/drivers/staging/media/omap24xx/
H A Dtcm825x.c80 static const struct tcm825x_reg subqcif = { 0x20, TCM825X_PICSIZ };
81 static const struct tcm825x_reg qcif = { 0x18, TCM825X_PICSIZ };
82 static const struct tcm825x_reg cif = { 0x14, TCM825X_PICSIZ };
83 static const struct tcm825x_reg qqvga = { 0x0c, TCM825X_PICSIZ };
84 static const struct tcm825x_reg qvga = { 0x04, TCM825X_PICSIZ };
85 static const struct tcm825x_reg vga = { 0x00, TCM825X_PICSIZ };
87 static const struct tcm825x_reg yuv422 = { 0x00, TCM825X_PICFMT };
88 static const struct tcm825x_reg rgb565 = { 0x02, TCM825X_PICFMT };
252 static const struct tcm825x_reg *tcm825x_siz_reg[NUM_IMAGE_SIZES] = {
255 static const struct tcm825x_reg *tcm825x_fmt_re
[all...]
H A Dtcm825x.h156 struct tcm825x_reg { struct
181 const struct tcm825x_reg * (*default_regs)(void);

Completed in 61 milliseconds