|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "ntdef.h"#include "dderror.h"#include "devioctl.h"#include "miniport.h"#include "ioaccess.h"#include "video.h"

Go to the source code of this file.
Classes | |
| struct | XBOXVMP_DEVICE_EXTENSION |
Macros | |
| #define | PAGE_SIZE 4096 |
Typedefs | |
| typedef struct XBOXVMP_DEVICE_EXTENSION * | PXBOXVMP_DEVICE_EXTENSION |
| VP_STATUS NTAPI XboxVmpFindAdapter | ( | IN PVOID | HwDeviceExtension, |
| IN PVOID | HwContext, | ||
| IN PWSTR | ArgumentString, | ||
| IN OUT PVIDEO_PORT_CONFIG_INFO | ConfigInfo, | ||
| OUT PUCHAR | Again | ||
| ) |
Definition at line 56 of file xboxvmp.c.
Referenced by DriverEntry().
| VP_STATUS NTAPI XboxVmpGetPowerState | ( | PVOID | HwDeviceExtension, |
| ULONG | HwId, | ||
| PVIDEO_POWER_MANAGEMENT | VideoPowerControl | ||
| ) |
Definition at line 98 of file xboxvmp.c.
Referenced by DriverEntry().
| BOOLEAN FASTCALL XboxVmpMapVideoMemory | ( | PXBOXVMP_DEVICE_EXTENSION | DeviceExtension, |
| PVIDEO_MEMORY | RequestedAddress, | ||
| PVIDEO_MEMORY_INFORMATION | MapInformation, | ||
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 389 of file xboxvmp.c.
Referenced by XboxVmpStartIO().
| BOOLEAN FASTCALL XboxVmpQueryAvailModes | ( | PXBOXVMP_DEVICE_EXTENSION | DeviceExtension, |
| PVIDEO_MODE_INFORMATION | ReturnedModes, | ||
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 490 of file xboxvmp.c.
Referenced by XboxVmpStartIO().
| BOOLEAN FASTCALL XboxVmpQueryCurrentMode | ( | PXBOXVMP_DEVICE_EXTENSION | DeviceExtension, |
| PVIDEO_MODE_INFORMATION | VideoModeInfo, | ||
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 537 of file xboxvmp.c.
Referenced by XboxVmpQueryAvailModes(), and XboxVmpStartIO().
| BOOLEAN FASTCALL XboxVmpQueryNumAvailModes | ( | PXBOXVMP_DEVICE_EXTENSION | DeviceExtension, |
| PVIDEO_NUM_MODES | Modes, | ||
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 471 of file xboxvmp.c.
Referenced by XboxVmpStartIO().
| BOOLEAN FASTCALL XboxVmpResetDevice | ( | PXBOXVMP_DEVICE_EXTENSION | DeviceExtension, |
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 371 of file xboxvmp.c.
Referenced by XboxVmpResetHw(), and XboxVmpStartIO().
Definition at line 287 of file xboxvmp.c.
Referenced by DriverEntry().
| BOOLEAN FASTCALL XboxVmpSetColorRegisters | ( | PXBOXVMP_DEVICE_EXTENSION | DeviceExtension, |
| PVIDEO_CLUT | ColorLookUpTable, | ||
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
| BOOLEAN FASTCALL XboxVmpSetCurrentMode | ( | PXBOXVMP_DEVICE_EXTENSION | DeviceExtension, |
| PVIDEO_MODE | RequestedMode, | ||
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 346 of file xboxvmp.c.
Referenced by XboxVmpStartIO().
| VP_STATUS NTAPI XboxVmpSetPowerState | ( | PVOID | HwDeviceExtension, |
| ULONG | HwId, | ||
| PVIDEO_POWER_MANAGEMENT | VideoPowerControl | ||
| ) |
| BOOLEAN NTAPI XboxVmpStartIO | ( | PVOID | HwDeviceExtension, |
| PVIDEO_REQUEST_PACKET | RequestPacket | ||
| ) |
Definition at line 138 of file xboxvmp.c.
Referenced by DriverEntry().
| BOOLEAN FASTCALL XboxVmpUnmapVideoMemory | ( | PXBOXVMP_DEVICE_EXTENSION | DeviceExtension, |
| PVIDEO_MEMORY | VideoMemory, | ||
| PSTATUS_BLOCK | StatusBlock | ||
| ) |
Definition at line 448 of file xboxvmp.c.
Referenced by XboxVmpStartIO().