ReactOS
0.4.15-dev-4574-g434cf85
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
KEVENT | BusSyncEvent |
_Dispatch_type_ | ( | IRP_MJ_CREATE | ) |
_Dispatch_type_ | ( | IRP_MJ_DEVICE_CONTROL | ) |
Definition at line 1007 of file isapnp.c.
_Dispatch_type_ | ( | IRP_MJ_POWER | ) |
Definition at line 1543 of file isapnp.c.
_Dispatch_type_ | ( | IRP_MJ_PNP | ) |
Definition at line 1581 of file isapnp.c.
_Guarded_by_ | ( | BusSyncEvent | ) |
Definition at line 23 of file isapnp.c.
|
static |
Definition at line 1482 of file isapnp.c.
Referenced by KiSwitchToBootStack().
NTSTATUS NTAPI DriverEntry | ( | _In_ PDRIVER_OBJECT | DriverObject, |
_In_ PUNICODE_STRING | RegistryPath | ||
) |
Definition at line 1606 of file isapnp.c.
BOOLEAN FindDmaDescriptor | ( | _In_ PISAPNP_LOGICAL_DEVICE | LogDevice, |
_In_ ULONG | Channel, | ||
_Out_opt_ PUCHAR | WriteOrder | ||
) |
Definition at line 639 of file isapnp.c.
Referenced by IsaHwConfigureDevice(), IsaPnpCreateLogicalDeviceResources(), and WriteResources().
BOOLEAN FindIoDescriptor | ( | _In_ PISAPNP_LOGICAL_DEVICE | LogDevice, |
_In_opt_ ULONG | Base, | ||
_In_ ULONG | RangeStart, | ||
_In_ ULONG | RangeEnd, | ||
_Out_opt_ PUCHAR | Information, | ||
_Out_opt_ PULONG | Length, | ||
_Out_opt_ PUCHAR | WriteOrder | ||
) |
Definition at line 518 of file isapnp.c.
Referenced by IsaHwConfigureDevice(), IsaPnpCreateLogicalDeviceResources(), and WriteResources().
BOOLEAN FindIrqDescriptor | ( | _In_ PISAPNP_LOGICAL_DEVICE | LogDevice, |
_In_ ULONG | Vector, | ||
_Out_opt_ PUCHAR | WriteOrder | ||
) |
Definition at line 583 of file isapnp.c.
Referenced by IsaHwConfigureDevice(), IsaPnpCreateLogicalDeviceResources(), and WriteResources().
BOOLEAN FindMemoryDescriptor | ( | _In_ PISAPNP_LOGICAL_DEVICE | LogDevice, |
_In_ ULONG | RangeStart, | ||
_In_ ULONG | RangeEnd, | ||
_Out_opt_ PBOOLEAN | Memory32, | ||
_Out_opt_ PUCHAR | Information, | ||
_Out_opt_ PUCHAR | WriteOrder | ||
) |
Definition at line 695 of file isapnp.c.
Referenced by IsaHwConfigureDevice(), IsaPnpCreateLogicalDeviceResources(), and WriteResources().
|
static |
Definition at line 123 of file isapnp.c.
Referenced by IsaPnpCreateLogicalDeviceRequirements().
|
static |
Definition at line 72 of file isapnp.c.
Referenced by IsaPnpCreateLogicalDeviceRequirements().
|
static |
Definition at line 95 of file isapnp.c.
Referenced by IsaPnpCreateLogicalDeviceRequirements().
|
static |
Definition at line 171 of file isapnp.c.
Referenced by IsaPnpCreateLogicalDeviceRequirements().
|
static |
Definition at line 145 of file isapnp.c.
Referenced by IsaPnpCreateLogicalDeviceRequirements().
|
static |
Definition at line 49 of file isapnp.c.
Referenced by IsaPnpCreateLogicalDeviceRequirements().
|
static |
Definition at line 194 of file isapnp.c.
Referenced by IsaPnpFillDeviceRelations().
|
static |
Definition at line 788 of file isapnp.c.
Referenced by IsaPnpFillDeviceRelations().
|
static |
Definition at line 1234 of file isapnp.c.
Referenced by IsaPnpFillDeviceRelations().
NTSTATUS IsaPnpCreateReadPortDORequirements | ( | _In_ PISAPNP_PDO_EXTENSION | PdoExt, |
_In_opt_ ULONG | SelectedReadPort | ||
) |
Definition at line 1042 of file isapnp.c.
Referenced by IsaPdoStartReadPort(), and IsaPnpCreateReadPortDO().
|
static |
Definition at line 1192 of file isapnp.c.
Referenced by IsaPnpCreateReadPortDO().
NTSTATUS IsaPnpFillDeviceRelations | ( | _In_ PISAPNP_FDO_EXTENSION | FdoExt, |
_Inout_ PIRP | Irp, | ||
_In_ BOOLEAN | IncludeDataPort | ||
) |
Definition at line 1304 of file isapnp.c.
Referenced by IsaFdoQueryBusRelations(), and IsaPdoQueryDeviceRelations().
VOID IsaPnpRemoveReadPortDO | ( | _In_ PDEVICE_OBJECT | Pdo | ) |
Definition at line 1284 of file isapnp.c.
Referenced by IsaFdoRemoveDevice(), IsaPnpCreateReadPortDO(), and IsaReadPortRemoveDevice().
KEVENT BusSyncEvent |
Definition at line 21 of file isapnp.c.
Referenced by _Releases_lock_(), _Requires_lock_not_held_(), and DriverEntry().