ReactOS 0.4.16-dev-87-g3dfbe52
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
NTSTATUS NTAPI PcCompletePendingPropertyRequest | ( | IN PPCPROPERTY_REQUEST | PropertyRequest, |
IN NTSTATUS | NtStatus | ||
) |
NTSTATUS NTAPI PcDmaMasterDescription | ( | IN PRESOURCELIST ResourceList | OPTIONAL, |
IN BOOLEAN | ScatterGather, | ||
IN BOOLEAN | Dma32BitAddresses, | ||
IN BOOLEAN | IgnoreCount, | ||
IN BOOLEAN | Dma64BitAddresses, | ||
IN DMA_WIDTH | DmaWidth, | ||
IN DMA_SPEED | DmaSpeed, | ||
IN ULONG | MaximumLength, | ||
IN ULONG | DmaPort, | ||
OUT PDEVICE_DESCRIPTION | DeviceDescription | ||
) |
Definition at line 206 of file api.cpp.
NTSTATUS NTAPI PcDmaSlaveDescription | ( | IN PRESOURCELIST ResourceList | OPTIONAL, |
IN ULONG | DmaIndex, | ||
IN BOOLEAN | DemandMode, | ||
IN BOOLEAN | AutoInitialize, | ||
IN DMA_SPEED | DmaSpeed, | ||
IN ULONG | MaximumLength, | ||
IN ULONG | DmaPort, | ||
OUT PDEVICE_DESCRIPTION | DeviceDescription | ||
) |
Definition at line 237 of file api.cpp.
NTSTATUS NTAPI PcGetDeviceProperty | ( | IN PVOID | DeviceObject, |
IN DEVICE_REGISTRY_PROPERTY | DeviceProperty, | ||
IN ULONG | BufferLength, | ||
OUT PVOID | PropertyBuffer, | ||
OUT PULONG | ResultLength | ||
) |
Definition at line 16 of file api.cpp.
Definition at line 34 of file api.cpp.
Referenced by DMusMPUInterruptServiceRoutine(), InitMPU(), and WriteMPU().
Definition at line 46 of file api.cpp.
Referenced by PcAddAdapterDevice().
NTSTATUS NTAPI PcRegisterIoTimeout | ( | IN PDEVICE_OBJECT | pDeviceObject, |
IN PIO_TIMER_ROUTINE | pTimerRoutine, | ||
IN PVOID | pContext | ||
) |
Definition at line 76 of file api.cpp.
NTSTATUS NTAPI PcUnregisterIoTimeout | ( | IN PDEVICE_OBJECT | pDeviceObject, |
IN PIO_TIMER_ROUTINE | pTimerRoutine, | ||
IN PVOID | pContext | ||
) |
Definition at line 134 of file api.cpp.