|
ReactOS 0.4.16-dev-2633-g8dc9e50
|
#include "pciidex.h"
Go to the source code of this file.
Functions | |
| static BOOLEAN | PataIsDevicePresent (_In_ PCHANNEL_DATA_PATA ChanData, _In_ ULONG DeviceNumber) |
| static VOID | PataIssueSoftwareReset (_In_ PCHANNEL_DATA_PATA ChanData) |
| static VOID | PataDrainDeviceBuffer (_In_ PCHANNEL_DATA_PATA ChanData) |
| ULONG | PataChannelGetMaximumDeviceCount (_In_ PVOID ChannelContext) |
| VOID | PataResetChannel (_In_ PVOID ChannelContext) |
| ATA_CONNECTION_STATUS | PataIdentifyDevice (_In_ PVOID ChannelContext, _In_ ULONG DeviceNumber) |
| ULONG | PataEnumerateChannel (_In_ PVOID ChannelContext) |
Definition at line 87 of file pata_hw.c.
Referenced by PataEnumerateChannel(), PataResetChannel(), and PciIdeXQueryPciIdeInterface().
|
static |
Definition at line 61 of file pata_hw.c.
Referenced by PataResetChannel().
Definition at line 246 of file pata_hw.c.
| ATA_CONNECTION_STATUS PataIdentifyDevice | ( | _In_ PVOID | ChannelContext, |
| _In_ ULONG | DeviceNumber | ||
| ) |
Definition at line 214 of file pata_hw.c.
|
static |
Definition at line 16 of file pata_hw.c.
Referenced by PataIdentifyDevice(), and PataResetChannel().
|
static |
Definition at line 48 of file pata_hw.c.
Referenced by PataResetChannel().
Definition at line 101 of file pata_hw.c.