|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "pc98vid.h"
Go to the source code of this file.
Macros | |
| #define | PEGC_MAX_COLORS 256 |
Functions | |
| static BOOLEAN | GraphGetStatus (_In_ UCHAR Status) |
| static BOOLEAN | TestMmio (_In_ PHW_DEVICE_EXTENSION DeviceExtension) |
| static VOID | TextSync (VOID) |
| BOOLEAN NTAPI | HasPegcController (_In_ PHW_DEVICE_EXTENSION DeviceExtension) |
| VP_STATUS FASTCALL | Pc98VidSetCurrentMode (_In_ PHW_DEVICE_EXTENSION DeviceExtension, _In_ PVIDEO_MODE RequestedMode) |
| VP_STATUS FASTCALL | Pc98VidSetColorRegisters (_In_ PVIDEO_CLUT ColorLookUpTable) |
| VP_STATUS NTAPI | Pc98VidGetPowerState (_In_ PVOID HwDeviceExtension, _In_ ULONG HwId, _In_ PVIDEO_POWER_MANAGEMENT VideoPowerControl) |
| VP_STATUS NTAPI | Pc98VidSetPowerState (_In_ PVOID HwDeviceExtension, _In_ ULONG HwId, _In_ PVIDEO_POWER_MANAGEMENT VideoPowerControl) |
| #define PEGC_MAX_COLORS 256 |
Definition at line 14 of file hardware.c.
Definition at line 19 of file hardware.c.
Referenced by HasPegcController().
| BOOLEAN NTAPI HasPegcController | ( | _In_ PHW_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 63 of file hardware.c.
| VP_STATUS NTAPI Pc98VidGetPowerState | ( | _In_ PVOID | HwDeviceExtension, |
| _In_ ULONG | HwId, | ||
| _In_ PVIDEO_POWER_MANAGEMENT | VideoPowerControl | ||
| ) |
Definition at line 292 of file hardware.c.
Referenced by DriverEntry().
| VP_STATUS FASTCALL Pc98VidSetColorRegisters | ( | _In_ PVIDEO_CLUT | ColorLookUpTable | ) |
Definition at line 261 of file hardware.c.
Referenced by Pc98VidStartIO().
| VP_STATUS FASTCALL Pc98VidSetCurrentMode | ( | _In_ PHW_DEVICE_EXTENSION | DeviceExtension, |
| _In_ PVIDEO_MODE | RequestedMode | ||
| ) |
Definition at line 83 of file hardware.c.
Referenced by Pc98VidStartIO().
| VP_STATUS NTAPI Pc98VidSetPowerState | ( | _In_ PVOID | HwDeviceExtension, |
| _In_ ULONG | HwId, | ||
| _In_ PVIDEO_POWER_MANAGEMENT | VideoPowerControl | ||
| ) |
Definition at line 321 of file hardware.c.
Referenced by DriverEntry().
|
static |
Definition at line 31 of file hardware.c.
Referenced by HasPegcController().
Definition at line 52 of file hardware.c.
Referenced by Pc98VidSetCurrentMode().