Home
last modified time | relevance | path

Searched refs:clockIn (Results 1 – 6 of 6) sorted by relevance

/openbmc/telemetry/src/
H A Don_change_threshold.cpp8 std::unique_ptr<interfaces::Clock> clockIn) : in OnChangeThreshold() argument
11 clock(std::move(clockIn)) in OnChangeThreshold()
H A Ddiscrete_threshold.cpp14 std::unique_ptr<interfaces::Clock> clockIn) : in DiscreteThreshold() argument
20 clock(std::move(clockIn)) in DiscreteThreshold()
H A Dmetric.cpp16 std::unique_ptr<interfaces::Clock> clockIn) : in Metric() argument
23 clock(std::move(clockIn)) in Metric()
H A Dnumeric_threshold.cpp11 std::unique_ptr<interfaces::Clock> clockIn) : in NumericThreshold() argument
15 thresholdValue(thresholdValueIn), type(typeIn), clock(std::move(clockIn)) in NumericThreshold()
/openbmc/linux/drivers/video/fbdev/nvidia/
H A Dnv_hw.c766 static void CalcVClock(int clockIn, in CalcVClock() argument
776 VClk = (unsigned)clockIn; in CalcVClock()
811 static void CalcVClock2Stage(int clockIn, in CalcVClock2Stage() argument
824 VClk = (unsigned)clockIn; in CalcVClock2Stage()
/openbmc/linux/drivers/video/fbdev/riva/
H A Driva_hw.c1152 int clockIn, in CalcVClock() argument
1167 VClk = (unsigned)clockIn; in CalcVClock()