ReactOS
0.4.15-dev-4916-gd519b11
|
#include <wdm.h>
Go to the source code of this file.
Classes | |
struct | _PCMCIA_COMMON_EXTENSION |
struct | _PCMCIA_PDO_EXTENSION |
struct | _PCMCIA_FDO_EXTENSION |
Typedefs | |
typedef struct _PCMCIA_COMMON_EXTENSION | PCMCIA_COMMON_EXTENSION |
typedef struct _PCMCIA_COMMON_EXTENSION * | PPCMCIA_COMMON_EXTENSION |
typedef struct _PCMCIA_PDO_EXTENSION | PCMCIA_PDO_EXTENSION |
typedef struct _PCMCIA_PDO_EXTENSION * | PPCMCIA_PDO_EXTENSION |
typedef struct _PCMCIA_FDO_EXTENSION | PCMCIA_FDO_EXTENSION |
typedef struct _PCMCIA_FDO_EXTENSION * | PPCMCIA_FDO_EXTENSION |
Enumerations | |
enum | PCMCIA_DEVICE_STATE { dsStopped, dsStarted, dsPaused, dsRemoved, dsSurpriseRemoved } |
typedef struct _PCMCIA_FDO_EXTENSION * PPCMCIA_FDO_EXTENSION |
typedef struct _PCMCIA_PDO_EXTENSION * PPCMCIA_PDO_EXTENSION |
Enumerator | |
---|---|
dsStopped | |
dsStarted | |
dsPaused | |
dsRemoved | |
dsSurpriseRemoved |
Definition at line 6 of file pcmcia.h.
NTSTATUS NTAPI PcmciaFdoPlugPlay | ( | PPCMCIA_FDO_EXTENSION | FdoExt, |
PIRP | Irp | ||
) |
NTSTATUS NTAPI PcmciaPdoPlugPlay | ( | PPCMCIA_PDO_EXTENSION | PdoExt, |
PIRP | Irp | ||
) |
Definition at line 16 of file pdo.c.
Referenced by PcmciaPlugPlay().
NTSTATUS NTAPI PcmciaPdoSetPowerState | ( | PPCMCIA_PDO_EXTENSION | PdoExt | ) |
Definition at line 30 of file pdo.c.
Referenced by PcmciaPower().