ReactOS 0.4.16-dev-87-g3dfbe52
|
#include <pci.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | routeintrf_Initializer (IN PVOID Instance) |
NTSTATUS NTAPI | routeintrf_Constructor (IN PVOID DeviceExtension, IN PVOID Instance, IN PVOID InterfaceData, IN USHORT Version, IN USHORT Size, IN PINTERFACE Interface) |
NTSTATUS NTAPI | PciCacheLegacyDeviceRouting (IN PDEVICE_OBJECT DeviceObject, IN ULONG BusNumber, IN ULONG SlotNumber, IN UCHAR InterruptLine, IN UCHAR InterruptPin, IN UCHAR BaseClass, IN UCHAR SubClass, IN PDEVICE_OBJECT PhysicalDeviceObject, IN PPCI_PDO_EXTENSION PdoExtension, OUT PDEVICE_OBJECT *pFoundDeviceObject) |
Variables | |
PPCI_LEGACY_DEVICE | PciLegacyDeviceHead |
PCI_INTERFACE | PciRoutingInterface |
#define NDEBUG |
Definition at line 13 of file routintf.c.
NTSTATUS NTAPI PciCacheLegacyDeviceRouting | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN ULONG | BusNumber, | ||
IN ULONG | SlotNumber, | ||
IN UCHAR | InterruptLine, | ||
IN UCHAR | InterruptPin, | ||
IN UCHAR | BaseClass, | ||
IN UCHAR | SubClass, | ||
IN PDEVICE_OBJECT | PhysicalDeviceObject, | ||
IN PPCI_PDO_EXTENSION | PdoExtension, | ||
OUT PDEVICE_OBJECT * | pFoundDeviceObject | ||
) |
Definition at line 70 of file routintf.c.
Referenced by PciAssignSlotResources().
NTSTATUS NTAPI routeintrf_Constructor | ( | IN PVOID | DeviceExtension, |
IN PVOID | Instance, | ||
IN PVOID | InterfaceData, | ||
IN USHORT | Version, | ||
IN USHORT | Size, | ||
IN PINTERFACE | Interface | ||
) |
Definition at line 47 of file routintf.c.
Definition at line 37 of file routintf.c.
PPCI_LEGACY_DEVICE PciLegacyDeviceHead |
Definition at line 18 of file routintf.c.
Referenced by PciCacheLegacyDeviceRouting().
PCI_INTERFACE PciRoutingInterface |
Definition at line 20 of file routintf.c.