|
ReactOS 0.4.17-dev-683-g0dafdc5
|
#include <pci.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Variables | |
| PCI_INTERFACE | BusHandlerInterface |
| #define NDEBUG |
Definition at line 13 of file busintrf.c.
| NTSTATUS NTAPI busintrf_Constructor | ( | IN PVOID | DeviceExtension, |
| IN PVOID | Instance, | ||
| IN PVOID | InterfaceData, | ||
| IN USHORT | Version, | ||
| IN USHORT | Size, | ||
| IN PINTERFACE | Interface | ||
| ) |
Definition at line 142 of file busintrf.c.
Definition at line 132 of file busintrf.c.
| ULONG NTAPI PciBusInterface_GetBusData | ( | IN PVOID | Context, |
| IN ULONG | WhichSpace, | ||
| IN PVOID | Buffer, | ||
| IN ULONG | Offset, | ||
| IN ULONG | Length | ||
| ) |
Definition at line 92 of file busintrf.c.
Referenced by busintrf_Constructor().
| PDMA_ADAPTER NTAPI PciBusInterface_GetDmaAdapter | ( | IN PVOID | Context, |
| IN PDEVICE_DESCRIPTION | DeviceDescriptor, | ||
| OUT PULONG | NumberOfMapRegisters | ||
| ) |
Definition at line 73 of file busintrf.c.
Referenced by busintrf_Constructor().
| ULONG NTAPI PciBusInterface_SetBusData | ( | IN PVOID | Context, |
| IN ULONG | WhichSpace, | ||
| IN PVOID | Buffer, | ||
| IN ULONG | Offset, | ||
| IN ULONG | Length | ||
| ) |
Definition at line 112 of file busintrf.c.
Referenced by busintrf_Constructor().
| BOOLEAN NTAPI PciBusInterface_TranslateBusAddress | ( | IN PVOID | Context, |
| IN PHYSICAL_ADDRESS | BusAddress, | ||
| IN ULONG | Length, | ||
| IN OUT PULONG | AddressSpace, | ||
| OUT PPHYSICAL_ADDRESS | TranslatedAddress | ||
| ) |
Definition at line 53 of file busintrf.c.
Referenced by busintrf_Constructor().
| PCI_INTERFACE BusHandlerInterface |
Definition at line 18 of file busintrf.c.