|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | LOWORD(l) ((USHORT)((ULONG_PTR)(l))) |
| #define | HIWORD(l) ((USHORT)(((ULONG_PTR)(l)>>16)&0xFFFF)) |
Variables | |
| VIDEO_ACCESS_RANGE | VBEAccessRange [] |
Definition at line 49 of file vbemp.c.
| VP_STATUS NTAPI VBEFindAdapter | ( | IN PVOID | HwDeviceExtension, |
| IN PVOID | HwContext, | ||
| IN PWSTR | ArgumentString, | ||
| IN OUT PVIDEO_PORT_CONFIG_INFO | ConfigInfo, | ||
| OUT PUCHAR | Again | ||
| ) |
Definition at line 78 of file vbemp.c.
Referenced by DriverEntry().
| VP_STATUS NTAPI VBEGetPowerState | ( | PVOID | HwDeviceExtension, |
| ULONG | HwId, | ||
| PVIDEO_POWER_MANAGEMENT | VideoPowerControl | ||
| ) |
Definition at line 582 of file vbemp.c.
Referenced by DriverEntry().
Definition at line 182 of file vbemp.c.
Referenced by DriverEntry().
| BOOLEAN FASTCALL VBEMapVideoMemory | ( | PVBE_DEVICE_EXTENSION | DeviceExtension, |
| PVIDEO_MEMORY | RequestedAddress, | ||
| PVIDEO_MEMORY_INFORMATION | MapInformation, | ||
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 769 of file vbemp.c.
Referenced by VBEStartIO().
| BOOLEAN FASTCALL VBEQueryAvailModes | ( | PVBE_DEVICE_EXTENSION | DeviceExtension, |
| PVIDEO_MODE_INFORMATION | ReturnedModes, | ||
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 942 of file vbemp.c.
Referenced by VBEStartIO().
| BOOLEAN FASTCALL VBEQueryCurrentMode | ( | PVBE_DEVICE_EXTENSION | DeviceExtension, |
| PVIDEO_MODE_INFORMATION | VideoModeInfo, | ||
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 972 of file vbemp.c.
Referenced by VBEStartIO().
| VOID FASTCALL VBEQueryMode | ( | PVBE_DEVICE_EXTENSION | DeviceExtension, |
| PVIDEO_MODE_INFORMATION | VideoMode, | ||
| ULONG | VideoModeId | ||
| ) |
Definition at line 863 of file vbemp.c.
Referenced by VBEQueryAvailModes(), and VBEQueryCurrentMode().
| BOOLEAN FASTCALL VBEQueryNumAvailModes | ( | PVBE_DEVICE_EXTENSION | DeviceExtension, |
| PVIDEO_NUM_MODES | Modes, | ||
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 845 of file vbemp.c.
Referenced by VBEStartIO().
| BOOLEAN FASTCALL VBEResetDevice | ( | PVBE_DEVICE_EXTENSION | DeviceExtension, |
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 745 of file vbemp.c.
Referenced by VBEStartIO().
Definition at line 566 of file vbemp.c.
Referenced by DriverEntry().
| BOOLEAN FASTCALL VBESetColorRegisters | ( | PVBE_DEVICE_EXTENSION | DeviceExtension, |
| PVIDEO_CLUT | ColorLookUpTable, | ||
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 997 of file vbemp.c.
Referenced by VBEStartIO().
| BOOLEAN FASTCALL VBESetCurrentMode | ( | PVBE_DEVICE_EXTENSION | DeviceExtension, |
| PVIDEO_MODE | RequestedMode, | ||
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 705 of file vbemp.c.
Referenced by VBEStartIO().
| VP_STATUS NTAPI VBESetPowerState | ( | PVOID | HwDeviceExtension, |
| ULONG | HwId, | ||
| PVIDEO_POWER_MANAGEMENT | VideoPowerControl | ||
| ) |
Definition at line 652 of file vbemp.c.
Referenced by DriverEntry().
| VOID FASTCALL VBESortModes | ( | PVBE_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 126 of file vbemp.c.
Referenced by VBEInitialize().
|
static |
Definition at line 103 of file vbemp.c.
Referenced by VBESortModes().
| BOOLEAN NTAPI VBEStartIO | ( | PVOID | HwDeviceExtension, |
| PVIDEO_REQUEST_PACKET | RequestPacket | ||
| ) |
Definition at line 442 of file vbemp.c.
Referenced by DriverEntry().
| BOOLEAN FASTCALL VBEUnmapVideoMemory | ( | PVBE_DEVICE_EXTENSION | DeviceExtension, |
| PVIDEO_MEMORY | VideoMemory, | ||
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 826 of file vbemp.c.
Referenced by VBEStartIO().
| VIDEO_ACCESS_RANGE VBEAccessRange[] |
Definition at line 39 of file vbemp.c.
Referenced by DriverEntry(), and VBEFindAdapter().