Lines Matching refs:sensor
233 static int32_t amdtemp_gettemp0f(device_t dev, amdsensor_t sensor);
234 static int32_t amdtemp_gettemp(device_t dev, amdsensor_t sensor);
235 static int32_t amdtemp_gettemp15hm60h(device_t dev, amdsensor_t sensor);
236 static int32_t amdtemp_gettemp17h(device_t dev, amdsensor_t sensor);
619 amdsensor_t sensor; in amdtemp_intrhook() local
638 sensor = sc->sc_ntemps > 1 ? in amdtemp_intrhook()
644 dev, sensor, amdtemp_sysctl, "IK", in amdtemp_intrhook()
673 amdsensor_t sensor = (amdsensor_t)arg2; in amdtemp_sysctl() local
677 switch (sensor) { in amdtemp_sysctl()
689 temp = sc->sc_gettemp(dev, sensor); in amdtemp_sysctl()
700 amdtemp_gettemp0f(device_t dev, amdsensor_t sensor) in amdtemp_gettemp0f() argument
710 switch (sensor) { in amdtemp_gettemp0f()
787 amdtemp_gettemp(device_t dev, amdsensor_t sensor) in amdtemp_gettemp() argument
797 amdtemp_gettemp15hm60h(device_t dev, amdsensor_t sensor) in amdtemp_gettemp15hm60h() argument
809 amdtemp_gettemp17h(device_t dev, amdsensor_t sensor) in amdtemp_gettemp17h() argument
815 switch (sensor) { in amdtemp_gettemp17h()
824 (((int)sensor - CCD_BASE) * sizeof(val)), &val); in amdtemp_gettemp17h()
827 ("sensor %d: not valid", (int)sensor)); in amdtemp_gettemp17h()