Searched refs:vga (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/media/solo6x10/ |
D | solo6x10-enc.c | 144 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/ |
D | Makefile | 1 obj-y += drm/ vga/
|
/drivers/media/dvb-frontends/ |
D | cx24113.c | 205 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/ |
D | arv.c | 134 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/ |
D | tcm825x.c | 85 static const struct tcm825x_reg vga = { 0x00, TCM825X_PICSIZ }; variable 253 { &subqcif, &qqvga, &qcif, &qvga, &cif, &vga };
|
/drivers/media/usb/gspca/ |
D | jl2005bcd.c | 51 int vga; /* 1 if vga cam, 0 if cif cam */ member
|
/drivers/platform/x86/ |
D | compal-laptop.c | 506 TEMPERATURE_SHOW_TEMP_AND_LABEL(vga, TEMP_VGA, "VGA_TEMP");
|
/drivers/gpu/drm/nouveau/ |
D | Makefile | 175 nouveau-y += core/engine/disp/vga.o
|
/drivers/media/usb/pwc/ |
D | philips.txt | 49 'vga', for an image size of resp. 128x96, 160x120, 176x144,
|
/drivers/video/ |
D | Kconfig | 20 source "drivers/gpu/vga/Kconfig" 105 of VESA video modes set at an early boot stage via the vga= parameter.
|