Enumerations

enum class ControlInterface : uint64_t
Name Value
kCpuDriver 0
kArmPsci 1
kArmWfi 2
kRiscvSbi 3
kRiscvWfi 4

Enum representing supported control interfaces.

Defined at line 24 of file ../../zircon/kernel/lib/power-management/include/lib/power-management/power-level-controller.h

Records

Functions

  • const char * ToString (ControlInterface control_interface)

    Defined at line 32 of file ../../zircon/kernel/lib/power-management/include/lib/power-management/power-level-controller.h

  • void swap (PowerDomainSet & a, PowerDomainSet & b)

    Swaps the elements of the given power domain sets.

    Defined at line 521 of file ../../zircon/kernel/lib/power-management/include/lib/power-management/energy-model.h