Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/armada/
H A Dthermal.c112 struct callout temp_upd; member
208 callout_init_mtx(&sc->temp_upd, &sc->temp_upd_mtx, 0); in armada_thermal_attach()
210 callout_reset(&sc->temp_upd, hz, armada_temp_update, sc); in armada_thermal_attach()
230 callout_drain(&sc->temp_upd); in armada_thermal_detach()
314 callout_reset(&sc->temp_upd, hz, armada_temp_update, sc); in armada_temp_update()