Searched refs:AdvanceState (Results 1 – 2 of 2) sorted by relevance
145 bool PcieBusDriver::AdvanceState(State expected, State next) { in AdvanceState() function in PcieBusDriver162 if (!AdvanceState(State::NOT_STARTED, State::STARTING_SCANNING)) in StartBusDriver()174 if (!AdvanceState(State::STARTING_SCANNING, State::STARTING_RUNNING_QUIRKS)) in StartBusDriver()187 if (!AdvanceState(State::STARTING_RUNNING_QUIRKS, State::STARTING_RESOURCE_ALLOCATION)) in StartBusDriver()197 if (!AdvanceState(State::STARTING_RESOURCE_ALLOCATION, State::OPERATIONAL)) in StartBusDriver()
180 bool AdvanceState(State expected, State next);
Completed in 7 milliseconds