Home
last modified time | relevance | path

Searched refs:setValue (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd/
H A Dkudo.sh214 setValue=$(( 0x40 + CurrentLED ))
215 i2cset -y -f -a "${I2C_MB_CPLD[0]}" 0x"${I2C_MB_CPLD[1]}" 0x10 $setValue
221 setValue=$(( 0x80 & CurrentLED ))
222 i2cset -y -f -a "${I2C_MB_CPLD[0]}" 0x"${I2C_MB_CPLD[1]}" 0x10 $setValue
227 setValue=$(( 0x40 ^ CurrentLED ))
228 i2cset -y -f -a "${I2C_MB_CPLD[0]}" 0x"${I2C_MB_CPLD[1]}" 0x10 $setValue
249 setValue=$(( 0x80 + CurrentLED ))
250 i2cset -y -f -a "${I2C_MB_CPLD[0]}" 0x"${I2C_MB_CPLD[1]}" 0x10 $setValue
256 setValue=$(( 0x40 & CurrentLED ))
262 setValue=$(( 0x80 ^ CurrentLED ))
[all …]
/openbmc/telemetry/tests/src/
H A Dtest_sensor.cpp23 sensorObject->setValue(42.7); in SetUp()
145 sensorObject->setValue(42.7); in TEST_F()
155 sensorObject->setValue(42.7); in TEST_F()
156 sensorObject->setValue(42.7); in TEST_F()
171 sensorObject->setValue(42.7); in TEST_F()
194 sensorObject->setValue(42.7); in TEST_F()
214 sensorObject->setValue(42.7); in TEST_F()
/openbmc/skeleton/pystatemgr/
H A Ddiscover_system_state.py85 intf.setValue("FW Progress, Starting OS")
87 intf.setValue("Enabled")
89 intf.setValue("Enabled")
/openbmc/dbus-sensors/src/
H A DPwmSensor.cpp66 setValue(pwmValue); in PwmSensor()
94 setValue(reqInt); in PwmSensor()
138 setValue(static_cast<uint32_t>(roundValue)); in PwmSensor()
198 void PwmSensor::setValue(uint32_t value) in setValue() function in PwmSensor
H A DPwmSensor.hpp29 void setValue(uint32_t value);
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc95 setValue(key, stringList); in writeSizes()
386 configSettings->setValue("/showName", showName); in saveSettings()
387 configSettings->setValue("/showRange", showRange); in saveSettings()
388 configSettings->setValue("/showData", showData); in saveSettings()
755 setValue(item, no); in keyPressEvent()
758 setValue(item, mod); in keyPressEvent()
761 setValue(item, yes); in keyPressEvent()
813 setValue(item, no); in mouseReleaseEvent()
816 setValue(item, mod); in mouseReleaseEvent()
819 setValue(item, yes); in mouseReleaseEvent()
[all …]
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.cpp124 void DbusPassive::setValue(double value, double unscaled) in setValue() function in pid_control::DbusPassive
133 void DbusPassive::setValue(double value) in setValue() function in pid_control::DbusPassive
136 setValue(value, value); in setValue()
264 setValue(value, unscaled); in updateValue()
H A Ddbuspassive.hpp60 void setValue(double value, double unscaled);
61 void setValue(double value);
/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddbus_sensors.cpp80 void DBusSensors::setValue(SensorType type, double value) in setValue() function in phosphor::power::regulators::DBusSensors
90 it->second->setValue(value); in setValue()
H A Dsensors.hpp212 virtual void setValue(SensorType type, double value) = 0;
H A Ddbus_sensors.hpp70 virtual void setValue(SensorType type, double value) override;
H A Ddbus_sensor.hpp196 void setValue(double value);
/openbmc/phosphor-pid-control/
H A Dsetsensor.cpp59 bool setValue = (bool)0x01; in SetManualMode() local
61 Value v{setValue}; in SetManualMode()
/openbmc/linux/scripts/kconfig/
H A Dqconf.cc74 setValue(key, stringList); in writeSizes()
379 configSettings->setValue("/showName", showName); in saveSettings()
768 setValue(item, no); in keyPressEvent()
771 setValue(item, mod); in keyPressEvent()
774 setValue(item, yes); in keyPressEvent()
964 configSettings->setValue("/showDebug", showDebug()); in saveSettings()
1287 configSettings->setValue("/window x", pos().x()); in saveSettings()
1288 configSettings->setValue("/window y", pos().y()); in saveSettings()
1826 configSettings->setValue("/window x", pos().x()); in saveSettings()
1827 configSettings->setValue("/window y", pos().y()); in saveSettings()
[all …]
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dmock_sensors.hpp51 MOCK_METHOD(void, setValue, (SensorType type, double value), (override));
H A Dsensor_monitoring_tests.cpp161 EXPECT_CALL(sensors, setValue).Times(0); in TEST()
240 EXPECT_CALL(sensors, setValue(SensorType::iout, 11.5)).Times(1); in TEST()
286 EXPECT_CALL(sensors, setValue).Times(0); in TEST()
/openbmc/telemetry/tests/src/stubs/
H A Ddbus_sensor_object.hpp22 void setValue(double);
H A Ddbus_sensor_object.cpp27 void DbusSensorObject::setValue(double v) in setValue() function in stubs::DbusSensorObject
/openbmc/phosphor-fan-presence/control/json/utils/
H A Dmodifier.hpp100 void setValue(const json& jsonObj);
/openbmc/skeleton/pytools/
H A Dgpioutil94 def setValue(self,value):
187 gpio.setValue(value)
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dpmbus_read_sensor_action_tests.cpp104 EXPECT_CALL(sensors, setValue(SensorType::iout, 11.5)).Times(1); in TEST()
151 EXPECT_CALL(sensors, setValue(SensorType::vout, 3.1875)).Times(1); in TEST()
201 EXPECT_CALL(sensors, setValue(SensorType::vout, 3.1875)).Times(1); in TEST()
457 EXPECT_CALL(sensors, setValue(SensorType::iout, 11.5)) in TEST()
/openbmc/phosphor-fan-presence/control/json/
H A Dgroup.hpp142 inline void setValue(const std::optional<PropertyVariantType>& value) in setValue() function in phosphor::fan::control::json::Group
/openbmc/openpower-occ-control/test/
H A Docc_dbus_test.cpp41 OccDBusSensors::getOccDBus().setValue(tmpPath, value); in TEST()
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Dpmbus_read_sensor_action.cpp58 environment.getServices().getSensors().setValue(type, sensorValue); in execute()
/openbmc/openpower-occ-control/
H A Docc_dbus.hpp90 bool setValue(const std::string& path, double value);

12