ReactOS 0.4.15-dev-5893-g1bb4167
|
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 213 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 244 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 19 of file api.cpp.
Definition at line 37 of file api.cpp.
Referenced by DMusMPUInterruptServiceRoutine(), InitMPU(), and WriteMPU().
Definition at line 49 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 79 of file api.cpp.
NTSTATUS NTAPI PcUnregisterIoTimeout | ( | IN PDEVICE_OBJECT | pDeviceObject, |
IN PIO_TIMER_ROUTINE | pTimerRoutine, | ||
IN PVOID | pContext | ||
) |
Definition at line 137 of file api.cpp.