ReactOS 0.4.16-dev-819-g75c0dc0
|
#include "bochsmp.h"
Go to the source code of this file.
Macros | |
#define | HEX(c) (((c) >= 0 && (c) <= 9) ? (c) + L'0' : (c) - 10 + L'A') |
Variables | |
static const BOCHS_SIZE | BochsAvailableResolutions [] |
VP_STATUS NTAPI BochsFindAdapter | ( | _In_ PVOID | HwDeviceExtension, |
_In_ PVOID | HwContext, | ||
_In_ PWSTR | ArgumentString, | ||
_In_ PVIDEO_PORT_CONFIG_INFO | ConfigInfo, | ||
_In_ PUCHAR | Again | ||
) |
Definition at line 445 of file bochsmp.c.
Referenced by DriverEntry().
|
static |
Definition at line 38 of file bochsmp.c.
Referenced by BochsInitialize().
|
static |
Definition at line 431 of file bochsmp.c.
Referenced by BochsStartIO().
|
static |
Definition at line 125 of file bochsmp.c.
Referenced by BochsInitialize().
|
static |
Definition at line 201 of file bochsmp.c.
Referenced by BochsQueryAvailableModes(), and BochsQueryCurrentMode().
VP_STATUS NTAPI BochsGetPowerState | ( | _In_ PVOID | HwDeviceExtension, |
_In_ ULONG | HwId, | ||
_Out_ PVIDEO_POWER_MANAGEMENT | VideoPowerControl | ||
) |
Definition at line 691 of file bochsmp.c.
Referenced by DriverEntry().
VP_STATUS NTAPI BochsGetVideoChildDescriptor | ( | _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 701 of file bochsmp.c.
Referenced by DriverEntry().
Definition at line 513 of file bochsmp.c.
Referenced by DriverEntry().
|
static |
Definition at line 96 of file bochsmp.c.
Referenced by BochsInitialize().
|
static |
Definition at line 234 of file bochsmp.c.
Referenced by BochsStartIO().
|
static |
Definition at line 316 of file bochsmp.c.
Referenced by BochsStartIO().
|
static |
Definition at line 393 of file bochsmp.c.
Referenced by BochsStartIO().
|
static |
Definition at line 301 of file bochsmp.c.
Referenced by BochsStartIO().
|
static |
Definition at line 68 of file bochsmp.c.
Referenced by BochsGetControllerInfo(), and BochsWriteDispIAndCheck().
|
static |
Definition at line 417 of file bochsmp.c.
Referenced by BochsStartIO().
|
static |
Definition at line 341 of file bochsmp.c.
Referenced by BochsStartIO().
VP_STATUS NTAPI BochsSetPowerState | ( | _In_ PVOID | HwDeviceExtension, |
_In_ ULONG | HwId, | ||
_In_ PVIDEO_POWER_MANAGEMENT | VideoPowerControl | ||
) |
Definition at line 681 of file bochsmp.c.
Referenced by DriverEntry().
BOOLEAN NTAPI BochsStartIO | ( | _In_ PVOID | HwDeviceExtension, |
_Inout_ PVIDEO_REQUEST_PACKET | RequestPacket | ||
) |
Definition at line 550 of file bochsmp.c.
Referenced by DriverEntry().
|
static |
Definition at line 276 of file bochsmp.c.
Referenced by BochsStartIO().
|
static |
Definition at line 50 of file bochsmp.c.
Referenced by BochsGetControllerInfo(), BochsSetCurrentMode(), and BochsWriteDispIAndCheck().
|
static |
Definition at line 85 of file bochsmp.c.
Referenced by BochsGetControllerInfo(), and BochsSetCurrentMode().
Definition at line 750 of file bochsmp.c.
|
static |
Definition at line 10 of file bochsmp.c.
Referenced by BochsInitialize(), and BochsInitializeSuitableModeInfo().