ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Definition at line 153 of file vga.c.
VP_STATUS NTAPI GetDeviceDataCallback | ( | PVOID | HwDeviceExtension, |
PVOID | Context, | ||
VIDEO_DEVICE_DATA_TYPE | DeviceDataType, | ||
PVOID | Identifier, | ||
ULONG | IdentifierLength, | ||
PVOID | ConfigurationData, | ||
ULONG | ConfigurationDataLength, | ||
PVOID | ComponentInformation, | ||
ULONG | ComponentInformationLength | ||
) |
Definition at line 1462 of file vga.c.
Referenced by VgaFindAdapter().
VP_STATUS NTAPI VgaAcquireResources | ( | PHW_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 1522 of file vga.c.
Referenced by VgaFindAdapter().
VP_STATUS NTAPI VgaFindAdapter | ( | PVOID | HwDeviceExtension, |
PVOID | HwContext, | ||
PWSTR | ArgumentString, | ||
PVIDEO_PORT_CONFIG_INFO | ConfigInfo, | ||
PUCHAR | Again | ||
) |
Definition at line 324 of file vga.c.
Referenced by DriverEntry().
Definition at line 507 of file vga.c.
Referenced by DriverEntry().
VP_STATUS NTAPI VgaInterpretCmdStream | ( | PHW_DEVICE_EXTENSION | HwDeviceExtension, |
PUSHORT | pusCmdStream | ||
) |
Definition at line 74 of file modeset.c.
Referenced by VgaSetMode(), and VgaZeroVideoMemory().
BOOLEAN NTAPI VgaIsPresent | ( | PHW_DEVICE_EXTENSION | HwDeviceExtension | ) |
Definition at line 940 of file vga.c.
Referenced by VgaFindAdapter().
VP_STATUS NTAPI VgaQueryAvailableModes | ( | PHW_DEVICE_EXTENSION | HwDeviceExtension, |
PVIDEO_MODE_INFORMATION | ModeInformation, | ||
ULONG | ModeInformationSize, | ||
PULONG_PTR | OutputSize | ||
) |
Definition at line 517 of file modeset.c.
Referenced by VgaStartIO().
VP_STATUS NTAPI VgaQueryCurrentMode | ( | PHW_DEVICE_EXTENSION | HwDeviceExtension, |
PVIDEO_MODE_INFORMATION | ModeInformation, | ||
ULONG | ModeInformationSize, | ||
PULONG_PTR | OutputSize | ||
) |
Definition at line 719 of file modeset.c.
Referenced by VgaStartIO().
VP_STATUS NTAPI VgaQueryNumberOfAvailableModes | ( | PHW_DEVICE_EXTENSION | HwDeviceExtension, |
PVIDEO_NUM_MODES | NumModes, | ||
ULONG | NumModesSize, | ||
PULONG_PTR | OutputSize | ||
) |
Definition at line 655 of file modeset.c.
Referenced by VgaStartIO().
VP_STATUS NTAPI VgaSetColorLookup | ( | PHW_DEVICE_EXTENSION | HwDeviceExtension, |
PVIDEO_CLUT | ClutBuffer, | ||
ULONG | ClutBufferSize | ||
) |
Definition at line 1356 of file vga.c.
Referenced by VgaStartIO().
VP_STATUS NTAPI VgaSetMode | ( | PHW_DEVICE_EXTENSION | HwDeviceExtension, |
PVIDEO_MODE | Mode, | ||
ULONG | ModeSize, | ||
PULONG | PhysPtrChange | ||
) |
Definition at line 361 of file modeset.c.
Referenced by VgaStartIO().
VP_STATUS NTAPI VgaSetPaletteReg | ( | PHW_DEVICE_EXTENSION | HwDeviceExtension, |
PVIDEO_PALETTE_DATA | PaletteBuffer, | ||
ULONG | PaletteBufferSize | ||
) |
Definition at line 1266 of file vga.c.
Referenced by VgaStartIO().
BOOLEAN NTAPI VgaStartIO | ( | PVOID | HwDeviceExtension, |
PVIDEO_REQUEST_PACKET | RequestPacket | ||
) |
Definition at line 550 of file vga.c.
Referenced by DriverEntry().