ReactOS
0.4.15-dev-4871-g4471ee4
|
Go to the source code of this file.
Macros | |
#define | READ(field, str) |
Variables | |
PGRAPHICS_DEVICE | gpPrimaryGraphicsDevice |
PGRAPHICS_DEVICE | gpVgaGraphicsDevice |
static PGRAPHICS_DEVICE | gpGraphicsDeviceFirst = NULL |
static PGRAPHICS_DEVICE | gpGraphicsDeviceLast = NULL |
static HSEMAPHORE | ghsemGraphicsDeviceList |
static ULONG | giDevNum = 1 |
_In_ DWORD | dwIoControlCode |
Definition at line 608 of file device.c.
_Success_ | ( | return >= | 0 | ) |
_Success_ | ( | return | = =0 | ) |
Definition at line 665 of file device.c.
DBG_DEFAULT_CHANNEL | ( | EngDev | ) |
VOID APIENTRY EngFileWrite | ( | _In_ PFILE_OBJECT | pFileObject, |
_In_reads_(nLength) PVOID | lpBuffer, | ||
_In_ SIZE_T | nLength, | ||
_Out_ PSIZE_T | lpBytesWritten | ||
) |
Definition at line 582 of file device.c.
|
static |
Definition at line 524 of file device.c.
Referenced by EngFileWrite().
PGRAPHICS_DEVICE NTAPI EngpFindGraphicsDevice | ( | _In_opt_ PUNICODE_STRING | pustrDevice, |
_In_ ULONG | iDevNum | ||
) |
Definition at line 469 of file device.c.
Referenced by co_IntInitializeDesktopGraphics(), EngpUpdateGraphicsDeviceList(), MDEVOBJ_Create(), PDEVOBJ_lChangeDisplaySettings(), UserEnumDisplayDevices(), and UserEnumDisplaySettings().
DWORD EngpGetDisplayDriverAccelerationLevel | ( | _In_ PGRAPHICS_DEVICE | pGraphicsDevice | ) |
Definition at line 214 of file device.c.
Referenced by MDEVOBJ_Create().
NTSTATUS EngpGetDisplayDriverParameters | ( | _In_ PGRAPHICS_DEVICE | pGraphicsDevice, |
_Out_ PDEVMODEW | pdm | ||
) |
Definition at line 168 of file device.c.
Referenced by LDEVOBJ_bProbeAndCaptureDevmode().
|
static |
Definition at line 130 of file device.c.
Referenced by EngpGetDisplayDriverAccelerationLevel(), and EngpGetDisplayDriverParameters().
PGRAPHICS_DEVICE NTAPI EngpRegisterGraphicsDevice | ( | _In_ PUNICODE_STRING | pustrDeviceName, |
_In_ PUNICODE_STRING | pustrDiplayDrivers, | ||
_In_ PUNICODE_STRING | pustrDescription | ||
) |
Definition at line 311 of file device.c.
Referenced by InitDisplayDriver().
Definition at line 36 of file device.c.
Referenced by InitVideo(), and UserEnumDisplayDevices().
Definition at line 193 of file display.c.
Referenced by VideoPortCallout().
Definition at line 251 of file device.c.
Referenced by EngpRegisterGraphicsDevice().
Definition at line 607 of file device.c.
Referenced by _In_reads_(), and _Success_().
|
static |
Definition at line 20 of file device.c.
Referenced by EngpFindGraphicsDevice(), EngpRegisterGraphicsDevice(), and InitDeviceImpl().
|
static |
Definition at line 21 of file device.c.
Referenced by EngpRegisterGraphicsDevice().
|
static |
Definition at line 18 of file device.c.
Referenced by EngpFindGraphicsDevice(), and EngpRegisterGraphicsDevice().
|
static |
Definition at line 19 of file device.c.
Referenced by EngpRegisterGraphicsDevice().
PGRAPHICS_DEVICE gpPrimaryGraphicsDevice |
Definition at line 15 of file device.c.
Referenced by EngpUpdateGraphicsDeviceList(), InitVideo(), and PDEVOBJ_lChangeDisplaySettings().
PGRAPHICS_DEVICE gpVgaGraphicsDevice |
Definition at line 16 of file device.c.
Referenced by EngpUpdateGraphicsDeviceList(), and InitVideo().