Home
last modified time | relevance | path

Searched refs:vga (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/media/solo6x10/
Dsolo6x10-enc.c144 const struct font_desc *vga = find_font("VGA8x16"); in solo_osd_print() local
149 if (WARN_ON_ONCE(!vga)) in solo_osd_print()
162 vga_data = (const unsigned char *)vga->data; in solo_osd_print()
/drivers/gpu/
DMakefile1 obj-y += drm/ vga/
/drivers/media/dvb-frontends/
Dcx24113.c205 vga = cx24113_readreg(state, 0x1f) & 0x3f, in cx24113_set_gain_settings() local
220 vga |= (VGA_7 << 3) | VGA_7; in cx24113_set_gain_settings()
223 vga |= (VGA_6 << 3) | VGA_2; in cx24113_set_gain_settings()
228 cx24113_writereg(state, 0x1f, vga); in cx24113_set_gain_settings()
/drivers/media/platform/
Darv.c134 static int vga; /* default mode(0:QVGA mode, other:VGA mode) */ variable
137 module_param(vga, int, 0);
779 if (vga) { in ar_init()
/drivers/media/i2c/
Dtcm825x.c85 static const struct tcm825x_reg vga = { 0x00, TCM825X_PICSIZ }; variable
253 { &subqcif, &qqvga, &qcif, &qvga, &cif, &vga };
/drivers/media/usb/gspca/
Djl2005bcd.c51 int vga; /* 1 if vga cam, 0 if cif cam */ member
/drivers/platform/x86/
Dcompal-laptop.c506 TEMPERATURE_SHOW_TEMP_AND_LABEL(vga, TEMP_VGA, "VGA_TEMP");
/drivers/gpu/drm/nouveau/
DMakefile175 nouveau-y += core/engine/disp/vga.o
/drivers/media/usb/pwc/
Dphilips.txt49 'vga', for an image size of resp. 128x96, 160x120, 176x144,
/drivers/video/
DKconfig20 source "drivers/gpu/vga/Kconfig"
105 of VESA video modes set at an early boot stage via the vga= parameter.