Home
last modified time | relevance | path

Searched refs:repeating (Results 1 – 24 of 24) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/actions/
H A Dtimer_based_actions.cpp109 if (_type == TimerType::repeating) in startTimer()
180 _type = TimerType::repeating; in setTimerConf()
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/
H A Devents.json374 // Collect group temperatures each iteration the repeating timer expires
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/
H A Devents.json931 // Collect group temperatures each iteration the repeating timer expires
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Balcones/
H A Devents.json614 // Collect group temperatures each iteration the repeating timer expires
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge4U/
H A Devents.json931 // Collect group temperatures each iteration the repeating timer expires
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dtimer.cpp47 return TimerType::repeating; in getType()
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Fuji/
H A Devents.json1411 // Collect group temperatures each iteration the repeating timer expires
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/
H A Devents.json1411 // Collect group temperatures each iteration the repeating timer expires
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/
H A Devents.json1118 // Collect group temperatures each iteration the repeating timer expires
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/
H A Devents.json1118 // Collect group temperatures each iteration the repeating timer expires
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/
H A Devents.json732 // Collect group temperatures each iteration the repeating timer expires
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge1S4U/
H A Devents.json732 // Collect group temperatures each iteration the repeating timer expires
/openbmc/phosphor-fan-presence/control/
H A Dtypes.hpp74 repeating, enumerator
H A Dzone.cpp392 if (std::get<TimerType>(tConf) == TimerType::repeating) in addTimer()
/openbmc/phosphor-webui/app/common/styles/base/
H A Dmixins.scss105 background-image: repeating-linear-gradient(
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.hpp57 repeating, enumerator
H A Dmanager.cpp650 if (type == TimerType::repeating) in addTimer()
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dimages.rst24 Alternatively, you can adjust ``local.conf`` file, repeating and adjusting the line
/openbmc/phosphor-fan-presence/docs/control/
H A Devents.md176 2. `repeating` - Starts a repeating timer.
693 timer expires. A timer can be either `oneshot` or `repeating`.
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dmaint-appx.rst162 generated through repeating the above steps for all valid BSPs.
H A Dcommon.rst1370 repeating.
/openbmc/qemu/docs/devel/
H A Dtracing.rst27 Multiple patterns can be specified by repeating the ``--trace`` option::
/openbmc/docs/
H A Danti-patterns.md14 repeating the same explanations over and over, a link to this document can be
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch206 ret = decode_video (ist, repeating ? NULL : avpkt, &got_output, &duration_pts, !pkt,
208 - if (!repeating || !pkt || got_output) {
214 + if (!repeating || !pkt || (got_output && !no_cvt_hw)) {