ReactOS 0.4.16-dev-91-g764881a
|
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 88 of file vgamp.c.
Referenced by DriverEntry().
Definition at line 131 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 424 of file vgamp.c.
Referenced by VGAStartIO().
BOOLEAN VGAQueryAvailModes | ( | OUT PVIDEO_MODE_INFORMATION | ReturnedModes, |
OUT PSTATUS_BLOCK | StatusBlock | ||
) |
Definition at line 455 of file vgamp.c.
Referenced by VGAStartIO().
BOOLEAN VGAQueryCurrentMode | ( | OUT PVIDEO_MODE_INFORMATION | CurrentMode, |
OUT PSTATUS_BLOCK | StatusBlock | ||
) |
Definition at line 462 of file vgamp.c.
Referenced by VGAQueryAvailModes(), and VGAStartIO().
BOOLEAN VGAQueryNumAvailModes | ( | OUT PVIDEO_NUM_MODES | NumberOfModes, |
OUT PSTATUS_BLOCK | StatusBlock | ||
) |
Definition at line 491 of file vgamp.c.
Referenced by VGAStartIO().
Definition at line 395 of file vgamp.c.
Referenced by DriverEntry().
BOOLEAN VGASetColorRegisters | ( | IN PVIDEO_CLUT | ColorLookUpTable, |
OUT PSTATUS_BLOCK | StatusBlock | ||
) |
Definition at line 529 of file vgamp.c.
Referenced by VGAStartIO().
BOOLEAN VGASetCurrentMode | ( | IN PVIDEO_MODE | RequestedMode, |
OUT PSTATUS_BLOCK | StatusBlock | ||
) |
Definition at line 545 of file vgamp.c.
Referenced by VGAStartIO().
BOOLEAN VGASetPaletteRegisters | ( | IN PUSHORT | PaletteRegisters, |
OUT PSTATUS_BLOCK | StatusBlock | ||
) |
Definition at line 500 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 558 of file vgamp.c.
Referenced by VGAStartIO().
BOOLEAN NTAPI VGAStartIO | ( | PVOID | DeviceExtension, |
PVIDEO_REQUEST_PACKET | RequestPacket | ||
) |
Definition at line 188 of file vgamp.c.
Referenced by DriverEntry().
BOOLEAN VGAUnmapVideoMemory | ( | IN PVOID | DeviceExtension, |
IN PVIDEO_MEMORY | MemoryToUnmap, | ||
OUT PSTATUS_BLOCK | StatusBlock | ||
) |
Definition at line 568 of file vgamp.c.
Referenced by VGAStartIO().
BOOLEAN VGAUnshareVideoMemory | ( | IN PVIDEO_MEMORY | MemoryToUnshare, |
OUT PSTATUS_BLOCK | StatusBlock | ||
) |
Definition at line 580 of file vgamp.c.
Referenced by VGAStartIO().
VIDEO_ACCESS_RANGE VGAAccessRange[] |
Definition at line 13 of file vgamp.c.
Referenced by DriverEntry(), and VGAFindAdapter().