Home
last modified time | relevance | path

Searched refs:nvalue (Results 1 – 10 of 10) sorted by relevance

/openbmc/dbus-sensors/src/adc/
H A DADCSensor.cpp180 double nvalue = (rawValue / sensorScaleFactor) / scaleFactor; in handleResponse() local
181 nvalue = std::round(nvalue * roundFactor) / roundFactor; in handleResponse()
182 updateValue(nvalue); in handleResponse()
/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempSensor.cpp183 int nvalue = 0; in handleResponse() local
185 std::from_chars(readBuf.data(), bufEnd, nvalue); in handleResponse()
192 updateValue((nvalue + offsetValue) * scaleValue); in handleResponse()
/openbmc/linux/tools/perf/util/
H A Dvalues.c70 *nvalue = realloc(values->value, nthreads_max * sizeof(*values->value)); in perf_read_values__enlarge_threads() local
72 if (!npid || !ntid || !nvalue) in perf_read_values__enlarge_threads()
78 values->value = nvalue; in perf_read_values__enlarge_threads()
83 free(nvalue); in perf_read_values__enlarge_threads()
/openbmc/dbus-sensors/src/fan/
H A DTachSensor.cpp174 int nvalue = 0; in handleResponse() local
176 std::from_chars(readBuf.data(), bufEnd, nvalue); in handleResponse()
184 updateValue(nvalue); in handleResponse()
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.cpp277 double nvalue = rawValue / IntelCPUSensor::sensorScaleFactor; in handleResponse() local
281 updateValue(nvalue); in handleResponse()
285 value = nvalue; in handleResponse()
/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs.c92 u8 nvalue[16], nmask[16]; in vcap_debugfs_show_rule_keyfield() local
94 vcap_netbytes_copy(nvalue, data->u128.value, in vcap_debugfs_show_rule_keyfield()
95 sizeof(nvalue)); in vcap_debugfs_show_rule_keyfield()
98 out->prf(out->dst, "%pI6/%pI6", nvalue, nmask); in vcap_debugfs_show_rule_keyfield()
/openbmc/dbus-sensors/src/psu/
H A DPSUEvent.cpp262 int nvalue = std::stoi(bufferRef.data()); in handleResponse() local
263 updateValue(nvalue); in handleResponse()
/openbmc/linux/include/linux/power/
H A Dsmartreflex.h258 u32 nvalue; member
/openbmc/linux/arch/arm/mach-omap2/
H A Dsr_device.c75 nvalue_table[j].nvalue = v; in sr_set_nvalues()
/openbmc/linux/drivers/soc/ti/
H A Dsmartreflex.c587 sr_write_reg(sr, NVALUERECIPROCAL, nvalue_row->nvalue); in sr_enable()
916 &(sr_info->nvalue_table[i].nvalue)); in omap_sr_probe()