#include "pciidex.h"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ PciIdeXDispatchPower()
Definition at line 56 of file power.c.
59{
61
62 if (
IS_FDO(DeviceExtension))
64 else
66}
static NTSTATUS PciIdeXFdoDispatchPower(_In_ PFDO_DEVICE_EXTENSION FdoExtension, _In_ PIRP Irp)
static NTSTATUS PciIdeXPdoDispatchPower(_In_ PPDO_DEVICE_EXTENSION PdoExtension, _In_ PIRP Irp)
_In_ PDEVICE_OBJECT DeviceObject
Referenced by PciIdeXInitialize().
◆ PciIdeXFdoDispatchPower()
Definition at line 45 of file power.c.
48{
52}
#define IoSkipCurrentIrpStackLocation(Irp)
VOID NTAPI PoStartNextPowerIrp(IN PIRP Irp)
Referenced by PciIdeXDispatchPower().
◆ PciIdeXPdoDispatchPower()
Definition at line 15 of file power.c.
18{
21
23
26 {
31 break;
32
33 default:
35 break;
36 }
37
41}
static PIO_STACK_LOCATION IoGetCurrentIrpStackLocation(PIRP Irp)
#define UNREFERENCED_PARAMETER(P)
#define IoCompleteRequest
#define IRP_MN_QUERY_POWER
Referenced by PciIdeXDispatchPower().