ReactOS
0.4.15-dev-4570-g4f8bbd1
|
Go to the source code of this file.
Variables | |
PHW_DEVICE_EXTENSION | VmxDeviceExtensionArray [SVGA_MAX_DISPLAYS] |
static WCHAR | AdapterString [] = L"VMware SVGA II" |
Definition at line 246 of file vmx_svga.c.
VP_STATUS NTAPI VmxFindAdapter | ( | IN PVOID | HwDeviceExtension, |
IN PVOID | HwContext, | ||
IN PWSTR | ArgumentString, | ||
IN OUT PVIDEO_PORT_CONFIG_INFO | ConfigInfo, | ||
OUT PUCHAR | Again | ||
) |
Definition at line 84 of file vmx_svga.c.
Referenced by DriverEntry().
VP_STATUS NTAPI VmxGetPowerState | ( | IN PVOID | HwDeviceExtension, |
IN ULONG | HwId, | ||
IN PVIDEO_POWER_MANAGEMENT | VideoPowerControl | ||
) |
VP_STATUS NTAPI VmxGetVideoChildDescriptor | ( | IN PVOID | HwDeviceExtension, |
IN PVIDEO_CHILD_ENUM_INFO | ChildEnumInfo, | ||
OUT PVIDEO_CHILD_TYPE | VideoChildType, | ||
OUT PUCHAR | pChildDescriptor, | ||
OUT PULONG | UId, | ||
OUT PULONG | pUnused | ||
) |
VP_STATUS NTAPI VmxInitDevice | ( | IN PHW_DEVICE_EXTENSION | DeviceExtension | ) |
ULONG NTAPI VmxInitModes | ( | IN PHW_DEVICE_EXTENSION | DeviceExtension | ) |
BOOLEAN NTAPI VmxIsMultiMon | ( | IN PHW_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 64 of file vmx_svga.c.
Referenced by VmxFindAdapter().
Definition at line 23 of file vmx_svga.c.
Referenced by VmxIsMultiMon().
VP_STATUS NTAPI VmxSetPowerState | ( | IN PVOID | HwDeviceExtension, |
IN ULONG | HwId, | ||
IN PVIDEO_POWER_MANAGEMENT | VideoPowerControl | ||
) |
VOID NTAPI VmxWriteUlong | ( | IN PHW_DEVICE_EXTENSION | DeviceExtension, |
IN ULONG | Index, | ||
IN ULONG | Value | ||
) |
Definition at line 33 of file vmx_svga.c.
Referenced by VmxFindAdapter().
Definition at line 17 of file vmx_svga.c.
Referenced by Pc98VidFindAdapter(), and VmxFindAdapter().
PHW_DEVICE_EXTENSION VmxDeviceExtensionArray[SVGA_MAX_DISPLAYS] |
Definition at line 16 of file vmx_svga.c.
Referenced by DriverEntry(), and VmxFindAdapter().