|
ReactOS 0.4.16-dev-2633-g8dc9e50
|
#include "atapi.h"
Go to the source code of this file.
| DECLSPEC_NOINLINE_FROM_PAGED VOID AtaDeviceQueueEvent | ( | _In_ PATAPORT_PORT_DATA | PortData, |
| _In_opt_ PATAPORT_DEVICE_EXTENSION | DevExt, | ||
| _In_ ATA_PORT_ACTION | Action | ||
| ) |
Definition at line 992 of file portstate.c.
Referenced by AtaFdoEnumeratePort(), AtaFdoQueryDeviceCount(), AtaFdoQueryDeviceStatus(), AtaPdoQueuePowerIrp(), and AtaPdoStartDevice().
|
static |
Definition at line 98 of file portstate.c.
Referenced by AtaPortConfigureDevice(), AtaPortDeviceChangePower(), AtaPortEnumerateDevice(), and AtaPortRecoveryFromError().
|
static |
Definition at line 87 of file portstate.c.
Referenced by AtaPortEnumerateDevice(), AtaPortEnumeratePort(), AtaPortFindDeviceForAction(), AtaPortResetPort(), and AtaPortSetTransferMode().
| ATA_COMPLETION_ACTION AtaPortCompleteInternalRequest | ( | _In_ PATA_DEVICE_REQUEST | Request | ) |
Definition at line 818 of file portstate.c.
|
static |
Definition at line 399 of file portstate.c.
Referenced by AtaPortRunStateMachine().
|
static |
Definition at line 424 of file portstate.c.
Referenced by AtaPortRunStateMachine().
|
static |
Definition at line 591 of file portstate.c.
Referenced by AtaPortWorkerThread().
|
static |
Definition at line 324 of file portstate.c.
Referenced by AtaPortRunStateMachine().
|
static |
Definition at line 255 of file portstate.c.
Referenced by AtaPortResetPort(), and AtaPortRunStateMachine().
|
static |
Definition at line 654 of file portstate.c.
Referenced by AtaPortWorkerThread().
|
static |
Definition at line 109 of file portstate.c.
Referenced by AtaPortConfigureDevice(), AtaPortDeviceChangePower(), AtaPortEnumerateDevice(), and AtaPortRecoveryFromError().
|
static |
Definition at line 458 of file portstate.c.
Referenced by AtaPortRunStateMachine().
|
static |
Definition at line 236 of file portstate.c.
Referenced by AtaPortConfigureDevice(), AtaPortDeviceChangePower(), AtaPortEnumerateDevice(), and AtaPortRecoveryFromError().
| VOID __cdecl AtaPortNotification | ( | _In_ PORT_NOTIFICATION_TYPE | NotificationType, |
| _In_ PVOID | PortContext, | ||
| ... | |||
| ) |
Definition at line 755 of file portstate.c.
|
static |
Definition at line 154 of file portstate.c.
Referenced by AtaPortNotification().
|
static |
Definition at line 208 of file portstate.c.
Referenced by AtaPortNotification().
|
static |
Definition at line 165 of file portstate.c.
Referenced by AtaPortNotification(), and AtaPortResetPort().
|
static |
Definition at line 16 of file portstate.c.
Referenced by AtaDeviceQueueEvent(), AtaPortNotification(), and AtaPortTimeout().
|
static |
Definition at line 376 of file portstate.c.
Referenced by AtaPortRunStateMachine().
|
static |
Definition at line 294 of file portstate.c.
Referenced by AtaPortRunStateMachine().
|
static |
Definition at line 512 of file portstate.c.
Referenced by AtaPortWorkerThread().
| NTSTATUS AtaPortSendRequest | ( | _In_ PATAPORT_PORT_DATA | PortData, |
| _In_ PATAPORT_DEVICE_EXTENSION | DevExt | ||
| ) |
Definition at line 831 of file portstate.c.
Referenced by AtaDeviceEnableMsnFeature(), AtaDeviceExecuteAcpiTaskFile(), AtaDeviceFlushCache(), AtaDeviceLockDeviceParameters(), AtaDeviceLockSecurityModeFeatureCommands(), AtaDeviceSendIdentify(), AtaDeviceSendInquiry(), AtaDeviceSendReadNcqCommandErrorLog(), AtaDeviceSendRequestSense(), AtaDeviceSendRequestSenseExt(), AtaDeviceSetDmaTransferMode(), AtaDeviceSetGeometry(), AtaDeviceSetIdleMode(), AtaDeviceSetMultipleMode(), AtaDeviceSetPioTransferMode(), AtaDeviceSetStandbyMode(), and AtaDeviceSpinUp().
|
static |
| DECLSPEC_NOINLINE_FROM_PAGED VOID AtaPortSignalWorkerThread | ( | _In_ PATAPORT_PORT_DATA | PortData | ) |
Definition at line 963 of file portstate.c.
Referenced by AtaFdoDestroyPortThread(), and AtaPortWorkerSignalDpc().
| VOID AtaPortTimeout | ( | _In_ PATAPORT_PORT_DATA | PortData, |
| _In_ ULONG | Slot | ||
| ) |
Definition at line 905 of file portstate.c.
Referenced by AtaPortIoTimer().
|
static |
Definition at line 569 of file portstate.c.
Referenced by AtaPortEnterStateMachine().
|
static |
Definition at line 717 of file portstate.c.
Referenced by AtaPortWorkerThread().
| VOID NTAPI AtaPortWorkerSignalDpc | ( | _In_ PKDPC | Dpc, |
| _In_opt_ PVOID | DeferredContext, | ||
| _In_opt_ PVOID | SystemArgument1, | ||
| _In_opt_ PVOID | SystemArgument2 | ||
| ) |
Definition at line 975 of file portstate.c.
Definition at line 729 of file portstate.c.