Searched refs:temp_upd (Results 1 – 1 of 1) sorted by relevance
112 struct callout temp_upd; member208 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()