Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dtrigger.cpp54 [this](bool newVal, const auto&) { in __anon5e4599b80402() argument
55 if (newVal == persistent) in __anon5e4599b80402()
59 if (newVal) in __anon5e4599b80402()
75 [this, &triggerFactory](auto newVal, auto& oldVal) { in __anon5e4599b80402() argument
77 utils::ToLabeledThresholdParamConversion(), newVal); in __anon5e4599b80402()
82 oldVal = std::move(newVal); in __anon5e4599b80402()
93 const std::vector<discrete::ThresholdParam>& newVal, in __anon5e4599b80402()
96 utils::ToLabeledThresholdParamConversion()(newVal); in __anon5e4599b80402()
101 oldVal = std::move(newVal); in __anon5e4599b80402()
122 const std::vector<numeric::ThresholdParam>& newVal, in __anon5e4599b80402()
[all …]
H A Dreport.cpp196 [this](bool newVal, auto& oldValue) { in makeReportInterface() argument
197 if (newVal != state.get<ReportFlags::enabled>()) in makeReportInterface()
199 state.set<ReportFlags::enabled>(oldValue = newVal); in makeReportInterface()
262 [this](bool newVal, auto& oldVal) { in makeReportInterface() argument
263 if (newVal == persistency) in makeReportInterface()
267 if (newVal) in makeReportInterface()
289 [this, &reportFactory](auto newVal, auto& oldVal) { in makeReportInterface() argument
291 reportFactory.convertMetricParams(newVal); in makeReportInterface()
303 oldVal = std::move(newVal); in makeReportInterface()
323 [this](auto newVal, auto& oldVal) { in makeReportInterface() argument
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9002_phy.c178 int tmp, newVal; in ar9002_hw_spur_mitigate() local
229 newVal = tmp | (AR_PHY_TIMING_CTRL4_ENABLE_SPUR_RSSI | in ar9002_hw_spur_mitigate()
233 REG_WRITE(ah, AR_PHY_TIMING_CTRL4(0), newVal); in ar9002_hw_spur_mitigate()
235 newVal = (AR_PHY_SPUR_REG_MASK_RATE_CNTL | in ar9002_hw_spur_mitigate()
240 REG_WRITE(ah, AR_PHY_SPUR_REG, newVal); in ar9002_hw_spur_mitigate()
267 newVal = (AR_PHY_TIMING11_USE_SPUR_IN_AGC | in ar9002_hw_spur_mitigate()
270 REG_WRITE(ah, AR_PHY_TIMING11, newVal); in ar9002_hw_spur_mitigate()
272 newVal = spur_subchannel_sd << AR_PHY_SFCORR_SPUR_SUBCHNL_SD_S; in ar9002_hw_spur_mitigate()
273 REG_WRITE(ah, AR_PHY_SFCORR_EXT, newVal); in ar9002_hw_spur_mitigate()
/openbmc/pldm/libpldmresponder/
H A Dbios_integer_attribute.cpp216 auto newVal = getAttrValue(newPropVal); in updateAttrVal() local
218 newVal); in updateAttrVal()
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.cpp208 if (auto newVal = in updateMinMaxValues() local
211 updateProperty(sensorInterface, oldValue, *newVal, in updateMinMaxValues()
/openbmc/webui-vue/src/components/Global/
H A DTableDateFilter.vue154 toDate(newVal) {
157 this.offsetToDate = new Date(newVal).setUTCHours(23, 59, 59, 999);
/openbmc/entity-manager/src/
H A Dentity_manager.cpp203 const std::vector<PropertyType>& newVal, in addArrayToDbus()
205 val = newVal; in addArrayToDbus()
238 const PropertyType& newVal, PropertyType& val) { in addProperty() argument
239 val = newVal; in addProperty()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.cpp336 uint8_t newVal = std::get<uint8_t>(it->second); in processPriorityChangeNotification() local
337 nextBootSide = (newVal == 0) ? currBootSide in processPriorityChangeNotification()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js1457 val: function val(newVal) {
1466 t.setVal(newVal);
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c2243 U32 newVal; in ZSTD_reduceTable_internal() local
2247 newVal = ZSTD_DUBT_UNSORTED_MARK; in ZSTD_reduceTable_internal()
2249 newVal = 0; in ZSTD_reduceTable_internal()
2251 newVal = table[cellNb] - reducerValue; in ZSTD_reduceTable_internal()
2253 table[cellNb] = newVal; in ZSTD_reduceTable_internal()