Home
last modified time | relevance | path

Searched refs:PciStarted (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/bus/pcix/
H A Dpdo.c135 Status = PciBeginStateTransition((PVOID)DeviceExtension, PciStarted); in PciPdoIrpStartDevice()
184 PciCancelStateTransition((PVOID)DeviceExtension, PciStarted); in PciPdoIrpStartDevice()
206 PciCancelStateTransition((PVOID)DeviceExtension, PciStarted); in PciPdoIrpStartDevice()
211 PciCommitStateTransition((PVOID)DeviceExtension, PciStarted); in PciPdoIrpStartDevice()
H A Dfdo.c88 Status = PciBeginStateTransition(DeviceExtension, PciStarted); in PciFdoIrpStartDevice()
105 PciCancelStateTransition(DeviceExtension, PciStarted); in PciFdoIrpStartDevice()
118 PciCommitStateTransition(DeviceExtension, PciStarted); in PciFdoIrpStartDevice()
H A Dpci.h130 PciStarted, enumerator
H A Denum.c2046 ASSERT(DeviceExtension->DeviceState == PciStarted); in PciQueryDeviceRelations()