Lines Matching refs:sensor
208 static int32_t amdtemp_gettemp0f(device_t dev, amdsensor_t sensor);
209 static int32_t amdtemp_gettemp(device_t dev, amdsensor_t sensor);
210 static int32_t amdtemp_gettemp15hm60h(device_t dev, amdsensor_t sensor);
211 static int32_t amdtemp_gettemp17h(device_t dev, amdsensor_t sensor);
574 amdsensor_t sensor; in amdtemp_intrhook() local
593 sensor = sc->sc_ntemps > 1 ? in amdtemp_intrhook()
599 dev, sensor, amdtemp_sysctl, "IK", in amdtemp_intrhook()
628 amdsensor_t sensor = (amdsensor_t)arg2; in amdtemp_sysctl() local
632 switch (sensor) { in amdtemp_sysctl()
644 temp = sc->sc_gettemp(dev, sensor); in amdtemp_sysctl()
655 amdtemp_gettemp0f(device_t dev, amdsensor_t sensor) in amdtemp_gettemp0f() argument
665 switch (sensor) { in amdtemp_gettemp0f()
741 amdtemp_gettemp(device_t dev, amdsensor_t sensor) in amdtemp_gettemp() argument
751 amdtemp_gettemp15hm60h(device_t dev, amdsensor_t sensor) in amdtemp_gettemp15hm60h() argument
763 amdtemp_gettemp17h(device_t dev, amdsensor_t sensor) in amdtemp_gettemp17h() argument
769 switch (sensor) { in amdtemp_gettemp17h()
778 (((int)sensor - CCD_BASE) * sizeof(val)), &val); in amdtemp_gettemp17h()
781 ("sensor %d: not valid", (int)sensor)); in amdtemp_gettemp17h()