|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Variables | |
| VIDEO_ACCESS_RANGE | VGAAccessRange [] |
Definition at line 37 of file vgamp.c.
| VP_STATUS NTAPI VGAFindAdapter | ( | PVOID | DeviceExtension, |
| PVOID | Context, | ||
| PWSTR | ArgumentString, | ||
| PVIDEO_PORT_CONFIG_INFO | ConfigInfo, | ||
| PUCHAR | Again | ||
| ) |
Definition at line 89 of file vgamp.c.
Referenced by DriverEntry().
Definition at line 132 of file vgamp.c.
Referenced by DriverEntry().
| BOOLEAN VGAMapVideoMemory | ( | IN PVOID | DeviceExtension, |
| IN PVIDEO_MEMORY | RequestedAddress, | ||
| OUT PVIDEO_MEMORY_INFORMATION | MapInformation, | ||
| OUT PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 425 of file vgamp.c.
Referenced by VGAStartIO().
| BOOLEAN VGAQueryAvailModes | ( | OUT PVIDEO_MODE_INFORMATION | ReturnedModes, |
| OUT PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 456 of file vgamp.c.
Referenced by VGAStartIO().
| BOOLEAN VGAQueryCurrentMode | ( | OUT PVIDEO_MODE_INFORMATION | CurrentMode, |
| OUT PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 463 of file vgamp.c.
Referenced by VGAQueryAvailModes(), and VGAStartIO().
| BOOLEAN VGAQueryNumAvailModes | ( | OUT PVIDEO_NUM_MODES | NumberOfModes, |
| OUT PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 492 of file vgamp.c.
Referenced by VGAStartIO().
Definition at line 396 of file vgamp.c.
Referenced by DriverEntry().
| BOOLEAN VGASetColorRegisters | ( | IN PVIDEO_CLUT | ColorLookUpTable, |
| OUT PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 530 of file vgamp.c.
Referenced by VGAStartIO().
| BOOLEAN VGASetCurrentMode | ( | IN PVIDEO_MODE | RequestedMode, |
| OUT PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 546 of file vgamp.c.
Referenced by VGAStartIO().
| BOOLEAN VGASetPaletteRegisters | ( | IN PUSHORT | PaletteRegisters, |
| OUT PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 501 of file vgamp.c.
Referenced by VGAStartIO().
| BOOLEAN VGAShareVideoMemory | ( | IN PVIDEO_SHARE_MEMORY | RequestedMemory, |
| OUT PVIDEO_MEMORY_INFORMATION | ReturnedMemory, | ||
| OUT PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 559 of file vgamp.c.
Referenced by VGAStartIO().
| BOOLEAN NTAPI VGAStartIO | ( | PVOID | DeviceExtension, |
| PVIDEO_REQUEST_PACKET | RequestPacket | ||
| ) |
Definition at line 189 of file vgamp.c.
Referenced by DriverEntry().
| BOOLEAN VGAUnmapVideoMemory | ( | IN PVOID | DeviceExtension, |
| IN PVIDEO_MEMORY | MemoryToUnmap, | ||
| OUT PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 569 of file vgamp.c.
Referenced by VGAStartIO().
| BOOLEAN VGAUnshareVideoMemory | ( | IN PVIDEO_MEMORY | MemoryToUnshare, |
| OUT PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 581 of file vgamp.c.
Referenced by VGAStartIO().
| VIDEO_ACCESS_RANGE VGAAccessRange[] |
Definition at line 13 of file vgamp.c.
Referenced by DriverEntry(), and VGAFindAdapter().