|
ReactOS 0.4.16-dev-2633-g8dc9e50
|
#include "atapi.h"
Go to the source code of this file.
Functions | |
| static BOOLEAN | AtaDeviceIdentifyDataEqual (_In_ PIDENTIFY_DEVICE_DATA IdentifyData1, _In_ PIDENTIFY_DEVICE_DATA IdentifyData2) |
| NTSTATUS | AtaDeviceSendIdentify (_In_ PATAPORT_PORT_DATA PortData, _In_ PATAPORT_DEVICE_EXTENSION DevExt, _In_ UCHAR Command) |
| static NTSTATUS | AtaDeviceSpinUp (_In_ PATAPORT_PORT_DATA PortData, _In_ PATAPORT_DEVICE_EXTENSION DevExt) |
| static BOOLEAN | AtaDeviceIsXboxDrive (_In_ PATAPORT_DEVICE_EXTENSION DevExt) |
| static VOID | AtaCreateAtapiStandardInquiryData (_In_ PIDENTIFY_DEVICE_DATA IdentifyData, _Out_ PINQUIRYDATA InquiryData) |
| static NTSTATUS | AtaDeviceSendInquiry (_In_ PATAPORT_PORT_DATA PortData, _In_ PATAPORT_DEVICE_EXTENSION DevExt) |
| ATA_DEVICE_STATUS | AtaPortIdentifyDevice (_In_ PATAPORT_PORT_DATA PortData, _In_ PATAPORT_DEVICE_EXTENSION DevExt) |
|
static |
Definition at line 132 of file dev_identify.c.
Referenced by AtaDeviceSendInquiry().
|
static |
Definition at line 16 of file dev_identify.c.
Referenced by AtaPortIdentifyDevice().
|
static |
Definition at line 101 of file dev_identify.c.
Referenced by AtaDeviceSendInquiry().
| NTSTATUS AtaDeviceSendIdentify | ( | _In_ PATAPORT_PORT_DATA | PortData, |
| _In_ PATAPORT_DEVICE_EXTENSION | DevExt, | ||
| _In_ UCHAR | Command | ||
| ) |
Definition at line 45 of file dev_identify.c.
Referenced by AtaPortDeviceProcessConfig(), and AtaPortIdentifyDevice().
|
static |
Definition at line 161 of file dev_identify.c.
Referenced by AtaPortIdentifyDevice().
|
static |
Definition at line 80 of file dev_identify.c.
Referenced by AtaPortIdentifyDevice().
| ATA_DEVICE_STATUS AtaPortIdentifyDevice | ( | _In_ PATAPORT_PORT_DATA | PortData, |
| _In_ PATAPORT_DEVICE_EXTENSION | DevExt | ||
| ) |
Definition at line 213 of file dev_identify.c.
Referenced by AtaPortEnumerateDevice().