ReactOS 0.4.15-dev-7907-g95bf896
pdo.c File Reference
#include <pcmcia.h>
#include <debug.h>
Include dependency graph for pdo.c:

Go to the source code of this file.

Functions

NTSTATUS NTAPI PcmciaPdoPlugPlay (PPCMCIA_PDO_EXTENSION PdoExt, PIRP Irp)
 
NTSTATUS NTAPI PcmciaPdoSetPowerState (PPCMCIA_PDO_EXTENSION PdoExt)
 

Function Documentation

◆ PcmciaPdoPlugPlay()

NTSTATUS NTAPI PcmciaPdoPlugPlay ( PPCMCIA_PDO_EXTENSION  PdoExt,
PIRP  Irp 
)

Definition at line 16 of file pdo.c.

18{
20
22
24
26}
#define UNIMPLEMENTED
Definition: debug.h:115
_In_ PIRP Irp
Definition: csq.h:116
#define UNREFERENCED_PARAMETER(P)
Definition: ntbasedef.h:317
#define IoCompleteRequest
Definition: irp.c:1240
#define STATUS_NOT_SUPPORTED
Definition: ntstatus.h:423
PUSBHUB_PORT_PDO_EXTENSION NTAPI PdoExt(IN PDEVICE_OBJECT DeviceObject)
Definition: usbhub.c:133
#define IO_NO_INCREMENT
Definition: iotypes.h:598

Referenced by PcmciaPlugPlay().

◆ PcmciaPdoSetPowerState()

NTSTATUS NTAPI PcmciaPdoSetPowerState ( PPCMCIA_PDO_EXTENSION  PdoExt)

Definition at line 30 of file pdo.c.

31{
33
35
36 return STATUS_SUCCESS;
37}
#define STATUS_SUCCESS
Definition: shellext.h:65

Referenced by PcmciaPower().