Searched defs:vga (Results 1 - 6 of 6) sorted by relevance

/drivers/video/fbdev/
H A Damba-clcd-versatile.c7 static struct clcd_panel vga = { variable in typeref:struct:clcd_panel
130 &vga,
/drivers/media/pci/solo6x10/
H A Dsolo6x10-enc.c142 const struct font_desc *vga = find_font("VGA8x16"); local
146 if (WARN_ON_ONCE(!vga))
157 vga_data = (const unsigned char *)vga->data;
/drivers/media/usb/gspca/
H A Djl2005bcd.c51 int vga; /* 1 if vga cam, 0 if cif cam */ member in struct:sd
460 PDEBUG(D_STREAM, "Start streaming at vga resolution");
/drivers/media/platform/
H A Darv.c134 static int vga; /* default mode(0:QVGA mode, other:VGA mode) */ variable
137 module_param(vga, int, 0);
778 if (vga) {
/drivers/staging/media/omap24xx/
H A Dtcm825x.c85 static const struct tcm825x_reg vga = { 0x00, TCM825X_PICSIZ }; variable in typeref:struct:tcm825x_reg
253 &subqcif, &qqvga, &qcif, &qvga, &cif, &vga };
/drivers/media/dvb-frontends/
H A Dcx24113.c205 vga = cx24113_readreg(state, 0x1f) & 0x3f, local
220 vga |= (VGA_7 << 3) | VGA_7;
223 vga |= (VGA_6 << 3) | VGA_2;
228 cx24113_writereg(state, 0x1f, vga);

Completed in 180 milliseconds