| /xsrc/external/mit/xf86-video-ati/xorg-server-copy/ |
| H A D | msp3430.c | 99 xf86DrvMsg(m->d.pI2CBus->scrnIndex, X_INFO, "MSP34xx: standard result=0x%02x%02x\n", 112 xf86DrvMsg(m->d.pI2CBus->scrnIndex,X_INFO,"InitMSP3430(m->connector=%d, m->standard=%d, m->chip_family=%d)\n", 113 m->connector, m->standard, m->chip_family); 158 m->standard=MSP3430_NTSC; 354 xf86DrvMsg(m->d.pI2CBus->scrnIndex,X_INFO,"InitMSP34xxG(m->connector=%d, m->standard=%d, m->chip_family=%d)\n", 355 m->connector, m->standard, m->chip_family); 367 if ( (m->standard & 0xff) == MSP3430_PAL ) 370 /* PAL standard */ 374 /* standard selection is M-BTSC-Stereo */ 397 switch(m->standard){ 432 CARD16 result,standard; local in function:InitMSP34x5D [all...] |
| H A D | msp3430.h | 9 int standard; member in struct:__anonb10ee12b0108 22 CARD16 c_standard; /*current state of standard register */ 59 /* values for MSP standard */
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| H A D | msp3430.c | 99 xf86DrvMsg(m->d.pI2CBus->scrnIndex, X_INFO, "MSP34xx: standard result=0x%02x%02x\n", 112 xf86DrvMsg(m->d.pI2CBus->scrnIndex,X_INFO,"InitMSP3430(m->connector=%d, m->standard=%d, m->chip_family=%d)\n", 113 m->connector, m->standard, m->chip_family); 158 m->standard=MSP3430_NTSC; 354 xf86DrvMsg(m->d.pI2CBus->scrnIndex,X_INFO,"InitMSP34xxG(m->connector=%d, m->standard=%d, m->chip_family=%d)\n", 355 m->connector, m->standard, m->chip_family); 367 if ( (m->standard & 0xff) == MSP3430_PAL ) 370 /* PAL standard */ 374 /* standard selection is M-BTSC-Stereo */ 397 switch(m->standard){ 432 CARD16 result,standard; local in function:InitMSP34x5D [all...] |
| H A D | msp3430.h | 9 int standard; member in struct:__anonddcb0b7b0108 22 CARD16 c_standard; /*current state of standard register */ 59 /* values for MSP standard */
|
| /xsrc/external/mit/freetype/dist/builds/compiler/ |
| H A D | ansi-cc.mk | 22 # The object file extension (for standard and static libraries). This can be 28 # The library file extension (for standard and static libraries). This can
|
| H A D | bcc-dev.mk | 22 # The object file extension (for standard and static libraries). This can be 28 # The library file extension (for standard and static libraries). This can
|
| H A D | bcc.mk | 22 # The object file extension (for standard and static libraries). This can be 28 # The library file extension (for standard and static libraries). This can
|
| H A D | emx.mk | 22 # The object file extension (for standard and static libraries). This can be 28 # The library file extension (for standard and static libraries). This can
|
| H A D | gcc-dev.mk | 22 # The object file extension (for standard and static libraries). This can be 28 # The library file extension (for standard and static libraries). This can
|
| H A D | gcc.mk | 22 # The object file extension (for standard and static libraries). This can be 28 # The library file extension (for standard and static libraries). This can
|
| H A D | unix-lcc.mk | 22 # The object file extension (for standard and static libraries). This can be 29 # The library file extension (for standard and static libraries). This can
|
| H A D | visualage.mk | 22 # The object file extension (for standard and static libraries). This can be 29 # The library file extension (for standard and static libraries). This can
|
| H A D | visualc.mk | 22 # The object file extension (for standard and static libraries). This can be 29 # The library file extension (for standard and static libraries). This can
|
| H A D | watcom.mk | 22 # The object file extension (for standard and static libraries). This can be 29 # The library file extension (for standard and static libraries). This can
|
| H A D | win-lcc.mk | 22 # The object file extension (for standard and static libraries). This can be 29 # The library file extension (for standard and static libraries). This can
|
| H A D | intelc.mk | 22 # The object file extension (for standard and static libraries). This can be 29 # The library file extension (for standard and static libraries). This can
|
| /xsrc/external/mit/freetype/dist/builds/ |
| H A D | link_std.mk | 2 # Link instructions for standard systems
|
| /xsrc/external/mit/libxcvt/dist/ |
| H A D | README.md | 5 implementation of the VESA CVT standard timing modelines generator.
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | tv_fs450.h | 155 /* TV standard*/ 159 int FS450_set_tv_standard(unsigned long standard); 160 /* standard is one of the FS450_TV_STANDARD constants */
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | tv_fs450.h | 53 /* TV standard*/ 57 int FS450_set_tv_standard(unsigned long standard); 58 /* standard is one of the FS450_TV_STANDARD constants */
|
| /xsrc/external/mit/xterm/dist/package/pkgsrc/ |
| H A D | Makefile | 23 CONFIGURE_ARGS.standard= # empty
|
| /xsrc/external/mit/ctwm/dist/doc/devman/ |
| H A D | links.adoc | 42 the C99 standard with all the current amendments and corrections; ctwm 43 defines C99 as the standard we're writing to.
|
| /xsrc/external/mit/encodings/dist/ |
| H A D | Makefile.am | 7 adobe-standard.enc \
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_video.c | 395 struct v4l2_standard standard; local in function:XGISetupImageVideo 465 standard = XGIToV4lStandard(pPriv, 4); 466 ioctl(pPriv->fd, VIDIOC_S_STD, standard.index); 598 struct v4l2_standard standard; local in function:XGISetPortAttribute 619 standard = XGIToV4lStandard(pPriv,value); 620 if (ioctl(pPriv->fd, VIDIOC_S_STD, standard.index)<0) 1692 struct v4l2_standard standard; local in function:XGIPutVideo 1726 //v4l set standard 1727 standard = XGIToV4lStandard(pPriv,pPriv->encoding); 1728 ErrorF("++++Giwas: standard 1867 struct v4l2_standard standard; local in function:XGIToV4lStandard [all...] |
| /xsrc/external/mit/libXfont2/dist/ |
| H A D | README.md | 40 * pcf bitmap fonts - standard bitmap font format since X11R5 in 1991, 46 * snf bitmap fonts - standard bitmap font format prior to X11R5 in 1991, 58 If enabled, you can also use the standard libxtrans flags to
|