|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntdef.h>#include <dderror.h>#include <miniport.h>#include <video.h>#include <pshpack1.h>#include <poppack.h>

Go to the source code of this file.
Classes | |
| struct | VBE_INFO |
| struct | VBE_MODEINFO |
| struct | VBE_DEVICE_EXTENSION |
Typedefs | |
| typedef struct VBE_INFO * | PVBE_INFO |
| typedef struct VBE_MODEINFO * | PVBE_MODEINFO |
| typedef struct VBE_DEVICE_EXTENSION * | PVBE_DEVICE_EXTENSION |
| typedef struct VBE_DEVICE_EXTENSION * PVBE_DEVICE_EXTENSION |
| typedef struct VBE_MODEINFO * PVBE_MODEINFO |
| 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().
| VP_STATUS NTAPI VBEGetVideoChildDescriptor | ( | IN PVOID | HwDeviceExtension, |
| IN PVIDEO_CHILD_ENUM_INFO | ChildEnumInfo, | ||
| OUT PVIDEO_CHILD_TYPE | VideoChildType, | ||
| OUT PUCHAR | pChildDescriptor, | ||
| OUT PULONG | UId, | ||
| OUT PULONG | pUnused | ||
| ) |
Definition at line 230 of file edid.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().
| 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().
| 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().