ReactOS 0.4.16-dev-250-g3ecd236
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define NDEBUG |
Definition at line 3 of file interface.c.
NTSTATUS NTAPI AcpiInterfaceClearStatus | ( | PDEVICE_OBJECT | Context, |
PVOID | ObjectContext | ||
) |
Definition at line 66 of file interface.c.
Referenced by Bus_PDO_QueryInterface().
NTSTATUS NTAPI AcpiInterfaceConnectVector | ( | PDEVICE_OBJECT | Context, |
ULONG | GpeNumber, | ||
KINTERRUPT_MODE | Mode, | ||
BOOLEAN | Shareable, | ||
PGPE_SERVICE_ROUTINE | ServiceRoutine, | ||
PVOID | ServiceContext, | ||
PVOID | ObjectContext | ||
) |
Definition at line 22 of file interface.c.
Referenced by Bus_PDO_QueryInterface().
Definition at line 15 of file interface.c.
Referenced by Bus_PDO_QueryInterface().
NTSTATUS NTAPI AcpiInterfaceDisableEvent | ( | PDEVICE_OBJECT | Context, |
PVOID | ObjectContext | ||
) |
Definition at line 56 of file interface.c.
Referenced by Bus_PDO_QueryInterface().
Definition at line 37 of file interface.c.
Referenced by Bus_PDO_QueryInterface().
NTSTATUS NTAPI AcpiInterfaceEnableEvent | ( | PDEVICE_OBJECT | Context, |
PVOID | ObjectContext | ||
) |
Definition at line 46 of file interface.c.
Referenced by Bus_PDO_QueryInterface().
NTSTATUS NTAPI AcpiInterfaceNotificationsRegister | ( | PDEVICE_OBJECT | Context, |
PDEVICE_NOTIFY_CALLBACK | NotificationHandler, | ||
PVOID | NotificationContext | ||
) |
Definition at line 76 of file interface.c.
Referenced by Bus_PDO_QueryInterface().
VOID NTAPI AcpiInterfaceNotificationsUnregister | ( | PDEVICE_OBJECT | Context, |
PDEVICE_NOTIFY_CALLBACK | NotificationHandler | ||
) |
Definition at line 87 of file interface.c.
Referenced by Bus_PDO_QueryInterface().
Definition at line 8 of file interface.c.
Referenced by Bus_PDO_QueryInterface().
NTSTATUS Bus_PDO_QueryInterface | ( | PPDO_DEVICE_DATA | DeviceData, |
PIRP | Irp | ||
) |
Definition at line 94 of file interface.c.
Referenced by Bus_PDO_PnP().