|
ReactOS 0.4.16-dev-2633-g8dc9e50
|

Go to the source code of this file.
Functions | |
| _IRQL_requires_max_ (DISPATCH_LEVEL) | |
| BOOLEAN | AtaAcpiGetTimingMode (_In_ PDEVICE_OBJECT DeviceObject, _Out_ PIDE_ACPI_TIMING_MODE_BLOCK TimingMode) |
| NTSTATUS | AtaAcpiSetTimingMode (_In_ PDEVICE_OBJECT DeviceObject, _In_ PIDE_ACPI_TIMING_MODE_BLOCK TimingMode, _In_opt_ PIDENTIFY_DEVICE_DATA IdBlock1, _In_opt_ PIDENTIFY_DEVICE_DATA IdBlock2) |
| PVOID | AtaAcpiGetTaskFile (_In_ PDEVICE_OBJECT DeviceObject) |
| VOID | AtaAcpiSetDeviceData (_In_ PDEVICE_OBJECT DeviceObject, _In_ PIDENTIFY_DEVICE_DATA IdBlock) |
| _IRQL_requires_max_ | ( | DISPATCH_LEVEL | ) |
Definition at line 16 of file acpi.c.
| PVOID AtaAcpiGetTaskFile | ( | _In_ PDEVICE_OBJECT | DeviceObject | ) |
Definition at line 212 of file acpi.c.
Referenced by AtaCtrlGetInitTaskFile().
| BOOLEAN AtaAcpiGetTimingMode | ( | _In_ PDEVICE_OBJECT | DeviceObject, |
| _Out_ PIDE_ACPI_TIMING_MODE_BLOCK | TimingMode | ||
| ) |
Definition at line 98 of file acpi.c.
Referenced by PciIdeAcpiSetTransferMode(), and PciIdeXPdoStartDevice().
| VOID AtaAcpiSetDeviceData | ( | _In_ PDEVICE_OBJECT | DeviceObject, |
| _In_ PIDENTIFY_DEVICE_DATA | IdBlock | ||
| ) |
Definition at line 296 of file acpi.c.
Referenced by AtaCtrlSetDeviceData().
| NTSTATUS AtaAcpiSetTimingMode | ( | _In_ PDEVICE_OBJECT | DeviceObject, |
| _In_ PIDE_ACPI_TIMING_MODE_BLOCK | TimingMode, | ||
| _In_opt_ PIDENTIFY_DEVICE_DATA | IdBlock1, | ||
| _In_opt_ PIDENTIFY_DEVICE_DATA | IdBlock2 | ||
| ) |
Definition at line 147 of file acpi.c.
Referenced by AtaCtrlSetTransferMode(), and PciIdeAcpiSetTransferMode().