|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntdef.h>#include <section_attribs.h>#include <dderror.h>#include <devioctl.h>#include <miniport.h>#include <video.h>#include <debug.h>#include <drivers/pc98/video.h>

Go to the source code of this file.
Classes | |
| struct | _VIDEOMODE |
| struct | _HW_DEVICE_EXTENSION |
Macros | |
| #define | WRITE_PORT_UCHAR(p, d) VideoPortWritePortUchar(p, d) |
| #define | READ_PORT_UCHAR(p) VideoPortReadPortUchar(p) |
| #define | MONITOR_HW_ID 0x1033FACE /* Dummy */ |
Typedefs | |
| typedef struct _VIDEOMODE | VIDEOMODE |
| typedef struct _VIDEOMODE * | PVIDEOMODE |
| typedef struct _HW_DEVICE_EXTENSION | HW_DEVICE_EXTENSION |
| typedef struct _HW_DEVICE_EXTENSION * | PHW_DEVICE_EXTENSION |
Functions | |
| BOOLEAN NTAPI | HasPegcController (_In_ PHW_DEVICE_EXTENSION DeviceExtension) |
| BOOLEAN NTAPI | Pc98VidStartIO (_In_ PVOID HwDeviceExtension, _Inout_ PVIDEO_REQUEST_PACKET RequestPacket) |
| 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) |
Variables | |
| const VIDEOMODE | VideoModes [] |
| typedef struct _HW_DEVICE_EXTENSION * PHW_DEVICE_EXTENSION |
| typedef struct _VIDEOMODE * PVIDEOMODE |
| typedef struct _VIDEOMODE VIDEOMODE |
| 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().
| BOOLEAN NTAPI Pc98VidStartIO | ( | _In_ PVOID | HwDeviceExtension, |
| _Inout_ PVIDEO_REQUEST_PACKET | RequestPacket | ||
| ) |
Definition at line 212 of file ioctl.c.
Referenced by DriverEntry().
Definition at line 15 of file pc98vid.c.
Referenced by Pc98VidInitialize().