Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/qoriq/
H A Dqoriq_therm.c80 int ntsensors; member
155 if (id >= sc->ntsensors) in qoriq_therm_get_temp()
175 if (id >= sc->ntsensors) in qoriq_therm_sysctl_temperature()
202 for (i = sc->ntsensors - 1; i >= 0; i--) { in qoriq_therm_init_sysctl()
311 sc->ntsensors = nitems(default_sensors); in qoriq_therm_attach()
340 sites = (1U << sc->ntsensors) - 1; in qoriq_therm_attach()
/f-stack/freebsd/arm64/rockchip/
H A Drk_tsadc.c118 int ntsensors; member
192 .ntsensors = nitems(rk3288_tsensors),
246 .ntsensors = nitems(rk3328_tsensors),
302 .ntsensors = nitems(rk3399_tsensors),
509 if (id >= sc->conf->ntsensors) in tsadc_get_temp()
512 for (i = 0; i < sc->conf->ntsensors; i++) { in tsadc_get_temp()
536 if (id >= sc->conf->ntsensors) in tsadc_sysctl_temperature()
563 for (i = sc->conf->ntsensors - 1; i >= 0; i--) { in tsadc_init_sysctl()
718 for (i = 0; i < sc->conf->ntsensors; i++) in tsadc_attach()
/f-stack/freebsd/arm/nvidia/
H A Dtegra_soctherm.c188 int ntsensors; member
278 .ntsensors = nitems(t124_tsensors),
367 .ntsensors = nitems(t210_tsensors),
613 if (id >= sc->soc->ntsensors) in soctherm_get_temp()
618 for (i = 0; i < sc->soc->ntsensors; i++) { in soctherm_get_temp()
642 if (id >= sc->soc->ntsensors) in soctherm_sysctl_temperature()
669 for (i = sc->soc->ntsensors - 1; i >= 0; i--) { in soctherm_init_sysctl()
775 for (i = 0; i < sc->soc->ntsensors; i++) in soctherm_attach()