Searched refs:pal (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | acornfb.c | 337 acornfb_palette_write(u_int regno, union palette pal) in acornfb_palette_write() argument 339 vidc_writel(pal.p); in acornfb_palette_write() 346 union palette pal; in acornfb_palette_encode() local 348 pal.p = 0; in acornfb_palette_encode() 349 pal.vidc.reg = regno; in acornfb_palette_encode() 350 pal.vidc.red = red >> 12; in acornfb_palette_encode() 351 pal.vidc.green = green >> 12; in acornfb_palette_encode() 352 pal.vidc.blue = blue >> 12; in acornfb_palette_encode() 353 return pal; in acornfb_palette_encode() 517 acornfb_palette_write(u_int regno, union palette pal) in acornfb_palette_write() argument [all …]
|
D | sa1100fb.c | 1070 u16 *pal = fbi->fb.pseudo_palette; in sa1100fb_setcolreg() local 1076 pal[regno] = val; in sa1100fb_setcolreg()
|
/linux-2.4.37.9/drivers/media/video/ |
D | tda9887.c | 34 static char *pal = "b"; variable 37 MODULE_PARM(pal,"s"); 179 switch (pal[0]) { in tda9887_miro() 302 dprintk("tda9885/6/7: PAL-%c mode\n",pal[0]); in tda9887_configure() 303 switch (pal[0]) { in tda9887_configure()
|
D | tuner.c | 31 static char *pal = "b"; variable 39 MODULE_PARM(pal,"s"); 663 switch (pal[0]) { in set_tv_freq() 688 switch (pal[0]) { in set_tv_freq()
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | Makefile | 17 machvec.o pal.o process.o perfmon.o ptrace.o sal.o salinfo.o semaphore.o setup.o \
|
/linux-2.4.37.9/Documentation/fb/ |
D | pvr2fb.txt | 49 output:X - output type. This can be any of the following: pal, ntsc, and
|
/linux-2.4.37.9/drivers/usb/ |
D | ov511.h | 540 int pal; /* Device is designed for PAL resolution */ member
|
D | ov511.c | 6010 if (ov->pal) { in saa7111a_configure() 6117 ov->pal = 1; in ov511_configure()
|
/linux-2.4.37.9/Documentation/video4linux/bttv/ |
D | Insmod-options | 66 pal=[bdgil] select PAL variant (used for some tuners
|
/linux-2.4.37.9/arch/ia64/ |
D | config.in | 119 tristate '/proc/pal support' CONFIG_IA64_PALINFO
|
/linux-2.4.37.9/Documentation/m68k/ |
D | kernel-options.txt | 718 - pal : 640x256, 15 kHz, 50 Hz 719 - pal-lace : 640x512, 15 kHz, 50 Hz interlaced
|
/linux-2.4.37.9/Documentation/ |
D | Configure.help | 27765 can enable CONFIG_IA64_PALINFO and check /proc/pal/cpu0/power_info 27828 /proc/pal support 27831 Layer) information in /proc/pal. This contains useful information
|