Home
last modified time | relevance | path

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

/openbmc/linux/sound/oss/dmasound/
H A Ddmasound_paula.c98 static inline void disable_heartbeat(void) in disable_heartbeat() function
113 #define disable_heartbeat() do { } while (0) macro
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py85 def disable_heartbeat(): function