Lines Matching +full:480 +full:i
197 .tsample_ate = 480,
286 .tsample_ate = 480,
605 int i; in soctherm_get_temp() local
616 for (i = 0; i < sc->soc->ntsensors; i++) { in soctherm_get_temp()
655 int i; in soctherm_init_sysctl() local
667 for (i = sc->soc->ntsensors - 1; i >= 0; i--) { in soctherm_init_sysctl()
669 SYSCTL_CHILDREN(oid), OID_AUTO, sc->soc->tsensors[i].name, in soctherm_init_sysctl()
670 CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_NEEDGIANT, sc, i, in soctherm_init_sysctl()
698 int i, rid, rv; in soctherm_attach() local
773 for (i = 0; i < sc->soc->ntsensors; i++) in soctherm_attach()
774 soctherm_init_tsensor(sc, sc->soc->tsensors + i); in soctherm_attach()