ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
IDE_CHANNEL_STATE NTAPI | PciIdeChannelEnabled (IN PVOID DeviceExtension, IN ULONG Channel) |
BOOLEAN NTAPI | PciIdeSyncAccessRequired (IN PVOID DeviceExtension) |
NTSTATUS NTAPI | PciIdeTransferModeSelect (IN PVOID DeviceExtension, IN PPCIIDE_TRANSFER_MODE_SELECT XferMode) |
ULONG NTAPI | PciIdeUseDma (IN PVOID DeviceExtension, IN PUCHAR CdbCommand, IN PUCHAR Slave) |
NTSTATUS NTAPI | PciIdeGetControllerProperties (IN PVOID DeviceExtension, OUT PIDE_CONTROLLER_PROPERTIES ControllerProperties) |
NTSTATUS NTAPI | DriverEntry (IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath) |
NTSTATUS NTAPI DriverEntry | ( | IN PDRIVER_OBJECT | DriverObject, |
IN PUNICODE_STRING | RegistryPath | ||
) |
Definition at line 117 of file pciide.c.
Definition at line 15 of file pciide.c.
Referenced by PciIdeGetControllerProperties().
NTSTATUS NTAPI PciIdeGetControllerProperties | ( | IN PVOID | DeviceExtension, |
OUT PIDE_CONTROLLER_PROPERTIES | ControllerProperties | ||
) |
Definition at line 87 of file pciide.c.
Referenced by DriverEntry().
NTSTATUS NTAPI PciIdeTransferModeSelect | ( | IN PVOID | DeviceExtension, |
IN PPCIIDE_TRANSFER_MODE_SELECT | XferMode | ||
) |
Definition at line 60 of file pciide.c.
Referenced by PciIdeGetControllerProperties().
Definition at line 75 of file pciide.c.
Referenced by PciIdeGetControllerProperties().