ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | RESOURCE_COUNT 5 |
Variables | |
static UCHAR | DrvpTestPnpRom [] |
#define RESOURCE_COUNT 5 |
VOID DrvCreateCard1 | ( | _In_ PISAPNP_CARD | Card | ) |
Definition at line 226 of file res_card.c.
Referenced by DrvCreateCards().
|
static |
Definition at line 360 of file res_card.c.
Referenced by DrvTestCard1Dev1Resources().
|
static |
Definition at line 331 of file res_card.c.
Referenced by DrvTestCard1Dev1Resources().
VOID DrvTestCard1Dev1Resources | ( | _In_ PCM_RESOURCE_LIST | ResourceList, |
_In_ PIO_RESOURCE_REQUIREMENTS_LIST | ReqList | ||
) |
Definition at line 560 of file res_card.c.
Referenced by DrvTestResources().
|
static |
Definition at line 590 of file res_card.c.
Referenced by DrvTestCard1Dev2Resources().
|
static |
Definition at line 571 of file res_card.c.
Referenced by DrvTestCard1Dev2Resources().
VOID DrvTestCard1Dev2Resources | ( | _In_ PCM_RESOURCE_LIST | ResourceList, |
_In_ PIO_RESOURCE_REQUIREMENTS_LIST | ReqList | ||
) |
Definition at line 660 of file res_card.c.
Referenced by DrvTestResources().
|
static |
Definition at line 690 of file res_card.c.
Referenced by DrvTestCard1Dev3Resources().
|
static |
Definition at line 671 of file res_card.c.
Referenced by DrvTestCard1Dev3Resources().
VOID DrvTestCard1Dev3Resources | ( | _In_ PCM_RESOURCE_LIST | ResourceList, |
_In_ PIO_RESOURCE_REQUIREMENTS_LIST | ReqList | ||
) |
Definition at line 760 of file res_card.c.
Referenced by DrvTestResources().
|
static |
Definition at line 788 of file res_card.c.
Referenced by DrvTestCard1Dev4Resources().
|
static |
Definition at line 771 of file res_card.c.
Referenced by DrvTestCard1Dev4Resources().
VOID DrvTestCard1Dev4Resources | ( | _In_ PCM_RESOURCE_LIST | ResourceList, |
_In_ PIO_RESOURCE_REQUIREMENTS_LIST | ReqList | ||
) |
Definition at line 838 of file res_card.c.
Referenced by DrvTestResources().
|
static |
Definition at line 904 of file res_card.c.
Referenced by DrvTestCard1Dev5Resources().
|
static |
Definition at line 854 of file res_card.c.
Referenced by DrvTestCard1Dev5Resources().
VOID DrvTestCard1Dev5Resources | ( | _In_ PCM_RESOURCE_LIST | ResourceList, |
_In_ PIO_RESOURCE_REQUIREMENTS_LIST | ReqList | ||
) |
Definition at line 970 of file res_card.c.
Referenced by DrvTestResources().
VOID DrvTestCard1Dev6ConfigurationResult | ( | _In_ PISAPNP_CARD_LOGICAL_DEVICE | LogDev | ) |
Definition at line 1171 of file res_card.c.
Referenced by DrvTestResources().
PCM_RESOURCE_LIST DrvTestCard1Dev6CreateConfigurationResources | ( | VOID | ) |
Definition at line 1260 of file res_card.c.
Referenced by DrvTestResources().
|
static |
Definition at line 1058 of file res_card.c.
Referenced by DrvTestCard1Dev6Resources().
|
static |
Definition at line 988 of file res_card.c.
Referenced by DrvTestCard1Dev6Resources().
VOID DrvTestCard1Dev6Resources | ( | _In_ PCM_RESOURCE_LIST | ResourceList, |
_In_ PIO_RESOURCE_REQUIREMENTS_LIST | ReqList | ||
) |
Definition at line 1162 of file res_card.c.
Referenced by DrvTestResources().
VOID DrvTestCard1Dev7Resources | ( | _In_ PCM_RESOURCE_LIST | ResourceList, |
_In_ PIO_RESOURCE_REQUIREMENTS_LIST | ReqList | ||
) |
Definition at line 1331 of file res_card.c.
Referenced by DrvTestResources().
|
static |
Definition at line 14 of file res_card.c.
Referenced by DrvCreateCard1().