Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_anatop.c108 struct callout temp_throttle_callout; member
579 callout_reset_sbt(&sc->temp_throttle_callout, sc->temp_throttle_delay, in tempmon_throttle_check()
627 callout_init(&sc->temp_throttle_callout, 0); in initialize_tempmon()
628 callout_reset_sbt(&sc->temp_throttle_callout, sc->temp_throttle_delay, in initialize_tempmon()