Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Daw_thermal.c168 int (*to_temp)(uint32_t, int); member
204 .to_temp = a83t_to_temp,
236 .to_temp = a64_to_temp,
268 .to_temp = h3_to_temp,
342 .to_temp = h5_to_temp,
439 return (sc->conf->to_temp(val, sensor)); in aw_thermal_gettemp()
450 return (sc->conf->to_temp(val, sensor)); in aw_thermal_getshut()
472 return (sc->conf->to_temp(val, sensor)); in aw_thermal_gethyst()
483 return (sc->conf->to_temp(val, sensor)); in aw_thermal_getalarm()