ReactOS
0.4.15-dev-1623-g66cf1d2
|
Go to the source code of this file.
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 498 of file device.c.
_Success_ | ( | return >= | 0 | ) |
_Success_ | ( | return | = =0 | ) |
Definition at line 555 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 472 of file device.c.
|
static |
Definition at line 414 of file device.c.
Referenced by EngFileWrite().
PGRAPHICS_DEVICE NTAPI EngpFindGraphicsDevice | ( | _In_opt_ PUNICODE_STRING | pustrDevice, |
_In_ ULONG | iDevNum, | ||
_In_ DWORD | dwFlags | ||
) |
Definition at line 369 of file device.c.
Referenced by EngpCreatePDEV(), UserEnumDisplayDevices(), and UserEnumDisplaySettings().
BOOLEAN EngpPopulateDeviceModeList | ( | _Inout_ PGRAPHICS_DEVICE | pGraphicsDevice, |
_In_ PDEVMODEW | pdmDefault | ||
) |
Definition at line 36 of file device.c.
Referenced by EngpRegisterGraphicsDevice(), and PDEVOBJ_vRefreshModeList().
PGRAPHICS_DEVICE NTAPI EngpRegisterGraphicsDevice | ( | _In_ PUNICODE_STRING | pustrDeviceName, |
_In_ PUNICODE_STRING | pustrDiplayDrivers, | ||
_In_ PUNICODE_STRING | pustrDescription, | ||
_In_ PDEVMODEW | pdmDefault | ||
) |
Definition at line 227 of file device.c.
Referenced by InitDisplayDriver().
Definition at line 278 of file display.c.
Referenced by VideoPortCallout().
Definition at line 167 of file device.c.
Referenced by EngpRegisterGraphicsDevice().
Definition at line 497 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 EngpCreatePDEV(), and InitVideo().
PGRAPHICS_DEVICE gpVgaGraphicsDevice |
Definition at line 16 of file device.c.
Referenced by InitVideo().