ReactOS 0.4.16-dev-1255-g6dd0406
|
Go to the source code of this file.
Macros | |
#define | READ(field, str) |
Variables | |
static PGRAPHICS_DEVICE | gpPrimaryGraphicsDevice |
static 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 919 of file device.c.
_Requires_lock_held_ | ( | ghsemGraphicsDeviceList | ) |
Definition at line 104 of file device.c.
_Success_ | ( | return >= | 0 | ) |
_Success_ | ( | return | = =0 | ) |
Deletes the virtual mapping and optionally gives back the page & dirty bit.
Process | - The process this address belongs to, or NULL if system address. |
Address | - The address to unmap. |
WasDirty | - Optional param receiving the dirty bit of the PTE. |
Page | - Optional param receiving the page number previously mapped to this address. |
Definition at line 976 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 893 of file device.c.
|
static |
Definition at line 835 of file device.c.
Referenced by EngFileWrite().
PGRAPHICS_DEVICE NTAPI EngpFindGraphicsDevice | ( | _In_opt_ PUNICODE_STRING | pustrDevice, |
_In_ ULONG | iDevNum | ||
) |
Definition at line 780 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 420 of file device.c.
Referenced by MDEVOBJ_Create().
NTSTATUS EngpGetDisplayDriverParameters | ( | _In_ PGRAPHICS_DEVICE | pGraphicsDevice, |
_Out_ PDEVMODEW | pdm | ||
) |
Definition at line 374 of file device.c.
Referenced by LDEVOBJ_bProbeAndCaptureDevmode().
|
static |
Definition at line 336 of file device.c.
Referenced by EngpGetDisplayDriverAccelerationLevel(), and EngpGetDisplayDriverParameters().
|
static |
Definition at line 37 of file device.c.
Referenced by EngpUpdateGraphicsDeviceList().
|
static |
Definition at line 520 of file device.c.
Referenced by EngpUpdateMonitorDevices().
PGRAPHICS_DEVICE NTAPI EngpRegisterGraphicsDevice | ( | _In_ PUNICODE_STRING | pustrDeviceName, |
_In_ PUNICODE_STRING | pustrDiplayDrivers, | ||
_In_ PUNICODE_STRING | pustrDescription | ||
) |
Definition at line 647 of file device.c.
Referenced by InitDisplayDriver().
Definition at line 182 of file device.c.
Referenced by co_IntInitializeDesktopGraphics(), InitVideo(), and UserEnumDisplayDevices().
NTSTATUS NTAPI EngpUpdateMonitorDevices | ( | _In_ PGRAPHICS_DEVICE | pGraphicsDevice | ) |
Definition at line 568 of file device.c.
Referenced by EngpRegisterGraphicsDevice(), and UserEnumDisplayDevices().
Definition at line 177 of file display.c.
Referenced by VideoPortCallout().
Definition at line 457 of file device.c.
Referenced by EngpRegisterGraphicsDevice().
Definition at line 918 of file device.c.
Referenced by _In_reads_(), and _Success_().
|
static |
Definition at line 20 of file device.c.
Referenced by EngpFindGraphicsDevice(), EngpRegisterGraphicsDevice(), EngpUpdateGraphicsDeviceList(), 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 _Requires_lock_held_(), EngpFindGraphicsDevice(), and EngpUpdateGraphicsDeviceList().
|
static |
Definition at line 19 of file device.c.
Referenced by _Requires_lock_held_().
|
static |
Definition at line 15 of file device.c.
Referenced by EngpUpdateGraphicsDeviceList().
|
static |
Definition at line 16 of file device.c.
Referenced by EngpUpdateGraphicsDeviceList().