Home
last modified time | relevance | path

Searched refs:IsaPnpDevice (Results 1 – 5 of 5) sorted by relevance

/reactos/drivers/bus/isapnp/
H A Dpdo.c120 PISAPNP_LOGICAL_DEVICE LogDev = PdoExt->IsaPnpDevice; in IsaPdoQueryId()
426 if (!PdoExt->IsaPnpDevice->FriendlyName) in IsaPdoQueryDeviceText()
759 IsaHwWakeDevice(PdoExt->IsaPnpDevice); in IsaPdoRemoveDevice()
760 IsaHwDeactivateDevice(PdoExt->IsaPnpDevice); in IsaPdoRemoveDevice()
771 RemoveEntryList(&PdoExt->IsaPnpDevice->DeviceLink); in IsaPdoRemoveDevice()
827 PISAPNP_LOGICAL_DEVICE LogDev = PdoExt->IsaPnpDevice; in IsaPnpRemoveLogicalDeviceDO()
882 PdoExt->IsaPnpDevice->CSN, in IsaPdoPnp()
883 PdoExt->IsaPnpDevice->LDN, in IsaPdoPnp()
901 IsaHwWakeDevice(PdoExt->IsaPnpDevice); in IsaPdoPnp()
913 PdoExt->IsaPnpDevice->CSN, PdoExt->IsaPnpDevice->LDN, Status); in IsaPdoPnp()
[all …]
H A Disapnp.h85 PISAPNP_LOGICAL_DEVICE IsaPnpDevice; member
H A Disapnp.c209 Resource = PdoExt->IsaPnpDevice->Resources; in IsaPnpCreateLogicalDeviceRequirements()
325 Resource = PdoExt->IsaPnpDevice->Resources; in IsaPnpCreateLogicalDeviceRequirements()
628 PISAPNP_LOGICAL_DEVICE LogDev = PdoExt->IsaPnpDevice; in IsaPnpCreateLogicalDeviceResources()
1176 PdoExt->IsaPnpDevice = IsaDevice; in IsaPnpFillDeviceRelations()
/reactos/modules/rostests/unittests/isapnp/
H A Dtests.c128 PdoExt.IsaPnpDevice = CONTAINING_RECORD(Entry, ISAPNP_LOGICAL_DEVICE, DeviceLink); in DrvTestResources()
209 IsaHwWakeDevice(PdoExt.IsaPnpDevice); in DrvTestResources()
211 Status = IsaHwConfigureDevice(&FdoExt, PdoExt.IsaPnpDevice, ResourceList); in DrvTestResources()
214 IsaHwActivateDevice(&FdoExt, PdoExt.IsaPnpDevice); in DrvTestResources()
H A Dprecomp.h90 PISAPNP_LOGICAL_DEVICE IsaPnpDevice; member