|
ReactOS 0.4.16-dev-2633-g8dc9e50
|
#include "pciidex.h"
Go to the source code of this file.
Functions | |
| static NTSTATUS | AtaAhciAllocateMemory (_In_ PVOID ChannelContext) |
| static VOID | AtaAhciFreeMemory (_In_ PVOID ChannelContext) |
| static VOID | AtaAhciHbaRequestOsOwnership (_In_ PVOID IoBase) |
| static BOOLEAN | AtaAhciIsPortRemovable (_In_ ULONG AhciCapabilities, _In_ ULONG CmdStatus) |
| static NTSTATUS | AtaAhciCreateChannelData (_In_ PATA_CONTROLLER Controller) |
| static PVOID | AtaAhciGetAbar (_Inout_ PATA_CONTROLLER Controller) |
| static NTSTATUS | AtaAhciAttachChannel (_In_ PVOID ChannelContext, _In_ BOOLEAN Attach) |
| static VOID | AtaAhciHbaStart (_In_ PATA_CONTROLLER Controller) |
| static VOID | AtaAhciHbaStop (_In_ PATA_CONTROLLER Controller) |
| static VOID | AtaAhciHbaFreeResouces (_In_ PATA_CONTROLLER Controller) |
| static BOOLEAN | AhciControllerIsSubClassCheckNeeded (_In_ PATA_CONTROLLER Controller) |
| static BOOLEAN | AhciMatchController (_In_ PATA_CONTROLLER Controller) |
| NTSTATUS | AhciGetControllerProperties (_Inout_ PATA_CONTROLLER Controller) |
Variables | |
| struct { | |
| USHORT VendorID | |
| USHORT DeviceID | |
| } | AhciControllerList [] |
|
static |
Definition at line 561 of file ahci_generic.c.
Referenced by AhciMatchController().
| NTSTATUS AhciGetControllerProperties | ( | _Inout_ PATA_CONTROLLER | Controller | ) |
Definition at line 625 of file ahci_generic.c.
Referenced by PciIdeXFdoStartDevice().
|
static |
Definition at line 583 of file ahci_generic.c.
Referenced by AhciGetControllerProperties().
Definition at line 30 of file ahci_generic.c.
Referenced by AtaAhciCreateChannelData().
Definition at line 474 of file ahci_generic.c.
Referenced by AhciGetControllerProperties().
|
static |
Definition at line 348 of file ahci_generic.c.
Referenced by AhciGetControllerProperties().
Definition at line 215 of file ahci_generic.c.
Referenced by AtaAhciCreateChannelData().
|
static |
Definition at line 431 of file ahci_generic.c.
Referenced by AhciGetControllerProperties().
|
static |
Definition at line 546 of file ahci_generic.c.
Referenced by AhciGetControllerProperties().
Definition at line 291 of file ahci_generic.c.
Referenced by AhciGetControllerProperties().
|
static |
Definition at line 497 of file ahci_generic.c.
Referenced by AhciGetControllerProperties().
|
static |
Definition at line 520 of file ahci_generic.c.
Referenced by AhciGetControllerProperties().
See eSATA paper http://download.microsoft.com/download/7/E/7/7E7662CF-CBEA-470B-A97E-CE7CE0D98DC2/eSATA.docx
Definition at line 327 of file ahci_generic.c.
Referenced by AtaAhciCreateChannelData().
| PCIIDEX_PAGED_DATA const struct { ... } AhciControllerList[] |
Referenced by AhciMatchController().
Definition at line 18 of file ahci_generic.c.
Referenced by AtaAhciGetAbar().
| USHORT VendorID |
Definition at line 17 of file ahci_generic.c.
Referenced by AtaAhciGetAbar(), AtapiAliSouthBridgeFixup(), AtapiCheckInterrupt__(), AtapiChipInit(), AtapiDmaDone(), AtapiDmaInit(), AtapiDmaStart(), AtapiFindDev(), AtapiRegCheckDevValue(), AtapiResetController__(), AtapiRosbSouthBridgeFixup(), AtapiViaSouthBridgeFixup(), DcRecognizeHardware(), DirectInputEnumDevCb(), Fdo_EvtDevicePrepareHardware(), FindBrokenController(), InterfacePciDevicePresent(), MiniportInitialize(), NvNetRecognizeHardware(), UniataAhciReset(), UniataChipDetect(), UniataChipDetectChannels(), UniataEnumBusMasterController__(), UniataFindBusMasterController(), UniataSataReadPort4(), UniataSataWritePort4(), and USBPORT_GetDeviceHwIds().