Searched refs:temp_upd (Results 1 – 1 of 1) sorted by relevance
110 struct callout temp_upd; member202 callout_init_mtx(&sc->temp_upd, &sc->temp_upd_mtx, 0); in armada_thermal_attach()204 callout_reset(&sc->temp_upd, hz, armada_temp_update, sc); in armada_thermal_attach()224 callout_drain(&sc->temp_upd); in armada_thermal_detach()308 callout_reset(&sc->temp_upd, hz, armada_temp_update, sc); in armada_temp_update()