Home
last modified time | relevance | path

Searched defs:ClockType (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/rust/qemu-api/src/
H A Dtimer.rs51 clk_type: ClockType, in init_full()
109 pub struct ClockType { struct
110 id: QEMUClockType, argument
113 impl ClockType { implementation
/openbmc/openpower-hw-diags/analyzer/
H A Dcallout.hpp198 class ClockType class
216 ClockType(const std::string& i_string, const SrcSubsystem i_subsystem) : in ClockType() function in analyzer::callout::ClockType