Home
last modified time | relevance | path

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

/kernel/dev/pcie/
A Dpcie_bus_driver.cpp145 bool PcieBusDriver::AdvanceState(State expected, State next) { in AdvanceState() function in PcieBusDriver
162 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()
/kernel/dev/pcie/include/dev/
A Dpcie_bus_driver.h180 bool AdvanceState(State expected, State next);

Completed in 7 milliseconds