ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include "pc98vid.h"
Go to the source code of this file.
Macros | |
#define | CONTROL_RANGE_INDEX 17 |
#define | FRAMEBUFFER_RANGE_INDEX 18 |
Functions | |
static VP_STATUS NTAPI | Pc98VidFindAdapter (_In_ PVOID HwDeviceExtension, _In_opt_ PVOID HwContext, _In_opt_ PWSTR ArgumentString, _Inout_ PVIDEO_PORT_CONFIG_INFO ConfigInfo, _Out_ PUCHAR Again) |
static BOOLEAN NTAPI | Pc98VidInitialize (_In_ PVOID HwDeviceExtension) |
static VP_STATUS NTAPI | Pc98VidGetVideoChildDescriptor (_In_ PVOID HwDeviceExtension, _In_ PVIDEO_CHILD_ENUM_INFO ChildEnumInfo, _Out_ PVIDEO_CHILD_TYPE VideoChildType, _Out_ PUCHAR pChildDescriptor, _Out_ PULONG UId, _Out_ PULONG pUnused) |
ULONG NTAPI | DriverEntry (_In_ PVOID Context1, _In_ PVOID Context2) |
Variables | |
const VIDEOMODE | VideoModes [] |
const VIDEO_ACCESS_RANGE | LegacyRangeList [] |
Definition at line 209 of file pc98vid.c.
|
static |
Definition at line 54 of file pc98vid.c.
Referenced by DriverEntry().
|
static |
Definition at line 167 of file pc98vid.c.
Referenced by DriverEntry().
Definition at line 148 of file pc98vid.c.
Referenced by DriverEntry().
const VIDEO_ACCESS_RANGE LegacyRangeList[] |
Definition at line 23 of file pc98vid.c.
Referenced by DriverEntry(), and Pc98VidFindAdapter().
Definition at line 15 of file pc98vid.c.
Referenced by Pc98VidInitialize().