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

/freebsd-13-stable/sys/arm64/qoriq/
H A Dqoriq_therm.c81 struct tsensor *tsensors; member in struct:qoriq_therm_softc
157 return(qoriq_therm_read_temp(sc, sc->tsensors + id, val));
177 rv = qoriq_therm_read_temp(sc, sc->tsensors + id, &val);
204 SYSCTL_CHILDREN(oid), OID_AUTO, sc->tsensors[i].name,
312 sc->tsensors = default_sensors;
/freebsd-13-stable/sys/arm64/rockchip/
H A Drk_tsadc.c117 struct tsensor *tsensors; member in struct:tsadc_conf
191 .tsensors = rk3288_tsensors,
245 .tsensors = rk3328_tsensors,
301 .tsensors = rk3399_tsensors,
513 if (sc->conf->tsensors->id == id) {
514 rv =tsadc_read_temp(sc, sc->conf->tsensors + id, val);
538 rv = tsadc_read_temp(sc, sc->conf->tsensors + id, &val);
565 SYSCTL_CHILDREN(oid), OID_AUTO, sc->conf->tsensors[i].name,
719 tsadc_init_tsensor(sc, sc->conf->tsensors + i);
/freebsd-13-stable/sys/arm/nvidia/
H A Dtegra_soctherm.c187 struct tsensor *tsensors; member in struct:soctherm_soc
277 .tsensors = t124_tsensors,
366 .tsensors = t210_tsensors,
615 return(soctherm_read_temp(sc, sc->soc->tsensors + id, val));
619 if (sc->soc->tsensors->id == id) {
620 return(soctherm_read_temp(sc, sc->soc->tsensors + id,
644 rv = soctherm_read_temp(sc, sc->soc->tsensors + id, &val);
671 SYSCTL_CHILDREN(oid), OID_AUTO, sc->soc->tsensors[i].name,
776 soctherm_init_tsensor(sc, sc->soc->tsensors + i);

Completed in 101 milliseconds