Searched refs:AdvanceState (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/dev/pcie/
H A Dpcie_bus_driver.cpp132 bool PcieBusDriver::AdvanceState(State expected, State next) { function in class:PcieBusDriver
149 if (!AdvanceState(State::NOT_STARTED, State::STARTING_SCANNING))
161 if (!AdvanceState(State::STARTING_SCANNING, State::STARTING_RUNNING_QUIRKS))
174 if (!AdvanceState(State::STARTING_RUNNING_QUIRKS, State::STARTING_RESOURCE_ALLOCATION))
184 if (!AdvanceState(State::STARTING_RESOURCE_ALLOCATION, State::OPERATIONAL))
/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpcie_bus_driver.h224 bool AdvanceState(State expected, State next);

Completed in 77 milliseconds