ReactOS 0.4.16-dev-1204-gb627a42
|
#include <ntdef.h>
#include <miniport.h>
#include <video.h>
Go to the source code of this file.
Macros | |
#define | UNIMPLEMENTED VideoPortDebugPrint(Error, "WARNING: %s at %s:%d is UNIMPLEMENTED!\n",__FUNCTION__,__FILE__,__LINE__); |
#define UNIMPLEMENTED VideoPortDebugPrint(Error, "WARNING: %s at %s:%d is UNIMPLEMENTED!\n",__FUNCTION__,__FILE__,__LINE__); |
Definition at line 110 of file initvga.c.
Referenced by VGASetCurrentMode().
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().
VOID VGAResetDevice | ( | OUT PSTATUS_BLOCK | StatusBlock | ) |
Definition at line 117 of file initvga.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().