Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/rockchip/
H A Drk_tsadc.c117 struct tsensor *tsensors; member
191 .tsensors = rk3288_tsensors,
245 .tsensors = rk3328_tsensors,
301 .tsensors = rk3399_tsensors,
513 if (sc->conf->tsensors->id == id) { in tsadc_get_temp()
514 rv =tsadc_read_temp(sc, sc->conf->tsensors + id, val); in tsadc_get_temp()
538 rv = tsadc_read_temp(sc, sc->conf->tsensors + id, &val); in tsadc_sysctl_temperature()
565 SYSCTL_CHILDREN(oid), OID_AUTO, sc->conf->tsensors[i].name, in tsadc_init_sysctl()
719 tsadc_init_tsensor(sc, sc->conf->tsensors + i); in tsadc_attach()
/f-stack/freebsd/arm64/qoriq/
H A Dqoriq_therm.c81 struct tsensor *tsensors; member
157 return(qoriq_therm_read_temp(sc, sc->tsensors + id, val)); in qoriq_therm_get_temp()
177 rv = qoriq_therm_read_temp(sc, sc->tsensors + id, &val); in qoriq_therm_sysctl_temperature()
204 SYSCTL_CHILDREN(oid), OID_AUTO, sc->tsensors[i].name, in qoriq_therm_init_sysctl()
312 sc->tsensors = default_sensors; in qoriq_therm_attach()
/f-stack/freebsd/arm/nvidia/
H A Dtegra_soctherm.c187 struct tsensor *tsensors; member
277 .tsensors = t124_tsensors,
366 .tsensors = t210_tsensors,
615 return(soctherm_read_temp(sc, sc->soc->tsensors + id, val)); in soctherm_get_temp()
619 if (sc->soc->tsensors->id == id) { in soctherm_get_temp()
620 return(soctherm_read_temp(sc, sc->soc->tsensors + id, in soctherm_get_temp()
644 rv = soctherm_read_temp(sc, sc->soc->tsensors + id, &val); in soctherm_sysctl_temperature()
671 SYSCTL_CHILDREN(oid), OID_AUTO, sc->soc->tsensors[i].name, in soctherm_init_sysctl()
776 soctherm_init_tsensor(sc, sc->soc->tsensors + i); in soctherm_attach()