Lines Matching refs:rfact
1239 (void)sme_sensor_upint32(sdict, "rfact", 0);
1240 edata->rfact = 0;
1475 * Add the allow-rfact boolean object, true if
1479 * <key>allow-rfact</key>
1489 if (sme_sensor_upbool(dict, "allow-rfact", allow_rfact))
1774 * update 'rfact' only for ENVSYS_SVOLTS_[AD]C sensors.
1778 error = sme_sensor_upint32(dict, "rfact", edata->rfact);
1943 * did the user want to change the rfact?
1945 obj2 = prop_dictionary_get(udict, "rfact");
1950 edata->rfact = prop_number_signed_value(obj2);
1953 DPRINTF(("%s: sensor%d changed rfact to %d\n",
1954 __func__, edata->sensor, edata->rfact));