Lines Matching refs:sensor
253 static int32_t amdtemp_gettemp0f(device_t dev, amdsensor_t sensor);
254 static int32_t amdtemp_gettemp(device_t dev, amdsensor_t sensor);
255 static int32_t amdtemp_gettemp15hm60h(device_t dev, amdsensor_t sensor);
256 static int32_t amdtemp_gettemp17to19h(device_t dev, amdsensor_t sensor);
650 amdsensor_t sensor; in amdtemp_intrhook() local
672 sensor = sc->sc_ntemps > 1 ? in amdtemp_intrhook()
678 dev, sensor, amdtemp_sysctl, "IK", in amdtemp_intrhook()
814 amdsensor_t sensor = (amdsensor_t)arg2; in amdtemp_sysctl() local
818 switch (sensor) { in amdtemp_sysctl()
830 temp = sc->sc_gettemp(dev, sensor); in amdtemp_sysctl()
841 amdtemp_gettemp0f(device_t dev, amdsensor_t sensor) in amdtemp_gettemp0f() argument
849 switch (sensor) { in amdtemp_gettemp0f()
924 amdtemp_gettemp(device_t dev, amdsensor_t sensor) in amdtemp_gettemp() argument
934 amdtemp_gettemp15hm60h(device_t dev, amdsensor_t sensor) in amdtemp_gettemp15hm60h() argument
946 amdtemp_gettemp17to19h(device_t dev, amdsensor_t sensor) in amdtemp_gettemp17to19h() argument
952 switch (sensor) { in amdtemp_gettemp17to19h()
963 (((int)sensor - CCD_BASE) * sizeof(val)), in amdtemp_gettemp17to19h()
967 ("sensor %d: not valid", (int)sensor)); in amdtemp_gettemp17to19h()