Home
last modified time | relevance | path

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

/freebsd/sys/arm64/qoriq/
H A Dqoriq_therm.c78 int ntsensors; member
174 int ntsensors; member
244 if (id >= sc->ntsensors) in qoriq_therm_get_temp()
264 if (id >= sc->ntsensors) in qoriq_therm_sysctl_temperature()
290 for (i = sc->ntsensors - 1; i >= 0; i--) { in qoriq_therm_init_sysctl()
416 sc->ntsensors = nitems(default_sensors); in qoriq_therm_attach()
419 sc->ntsensors = soc->ntsensors; in qoriq_therm_attach()
436 for (int i = 0; i < sc->ntsensors; i++) in qoriq_therm_attach()
450 for (int i = 0; i < sc->ntsensors; i++) in qoriq_therm_attach()
454 for (int i = 0; i < sc->ntsensors; i++) in qoriq_therm_attach()
/freebsd/sys/arm64/rockchip/
H A Drk_tsadc.c128 int ntsensors; member
202 .ntsensors = nitems(rk3288_tsensors),
256 .ntsensors = nitems(rk3328_tsensors),
312 .ntsensors = nitems(rk3399_tsensors),
369 .ntsensors = nitems(rk3568_tsensors),
597 if (id >= sc->conf->ntsensors) in tsadc_get_temp()
600 for (i = 0; i < sc->conf->ntsensors; i++) { in tsadc_get_temp()
624 if (id >= sc->conf->ntsensors) in tsadc_sysctl_temperature()
651 for (i = sc->conf->ntsensors - 1; i >= 0; i--) { in tsadc_init_sysctl()
806 for (i = 0; i < sc->conf->ntsensors; i++) in tsadc_attach()
/freebsd/sys/arm/nvidia/
H A Dtegra_soctherm.c186 int ntsensors; member
276 .ntsensors = nitems(t124_tsensors),
365 .ntsensors = nitems(t210_tsensors),
611 if (id >= sc->soc->ntsensors) in soctherm_get_temp()
616 for (i = 0; i < sc->soc->ntsensors; i++) { in soctherm_get_temp()
640 if (id >= sc->soc->ntsensors) in soctherm_sysctl_temperature()
667 for (i = sc->soc->ntsensors - 1; i >= 0; i--) { in soctherm_init_sysctl()
773 for (i = 0; i < sc->soc->ntsensors; i++) in soctherm_attach()