ReactOS 0.4.16-dev-456-ga97fcf1
|
Go to the source code of this file.
Definition at line 28 of file xboxvmp.c.
UCHAR NvGetBytesPerPixel | ( | PXBOXVMP_DEVICE_EXTENSION | DeviceExtension, |
ULONG | ScreenWidth | ||
) |
Definition at line 508 of file xboxvmp.c.
Referenced by XboxVmpQueryCurrentMode().
UCHAR NvGetCrtc | ( | PXBOXVMP_DEVICE_EXTENSION | DeviceExtension, |
UCHAR | Index | ||
) |
Definition at line 499 of file xboxvmp.c.
Referenced by NvGetBytesPerPixel().
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 | VideoMode, | ||
PSTATUS_BLOCK | StatusBlock | ||
) |
Definition at line 490 of file xboxvmp.c.
Referenced by XboxVmpStartIO().
BOOLEAN FASTCALL XboxVmpQueryCurrentMode | ( | PXBOXVMP_DEVICE_EXTENSION | DeviceExtension, |
PVIDEO_MODE_INFORMATION | VideoMode, | ||
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 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().