/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd/ |
H A D | kudo.sh | 214 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 D | test_sensor.cpp | 23 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 D | discover_system_state.py | 85 intf.setValue("FW Progress, Starting OS") 87 intf.setValue("Enabled") 89 intf.setValue("Enabled")
|
/openbmc/dbus-sensors/src/ |
H A D | PwmSensor.cpp | 66 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 D | PwmSensor.hpp | 29 void setValue(uint32_t value);
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | qconf.cc | 95 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 D | dbuspassive.cpp | 124 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 D | dbuspassive.hpp | 60 void setValue(double value, double unscaled); 61 void setValue(double value);
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | dbus_sensors.cpp | 80 void DBusSensors::setValue(SensorType type, double value) in setValue() function in phosphor::power::regulators::DBusSensors 90 it->second->setValue(value); in setValue()
|
H A D | sensors.hpp | 212 virtual void setValue(SensorType type, double value) = 0;
|
H A D | dbus_sensors.hpp | 70 virtual void setValue(SensorType type, double value) override;
|
H A D | dbus_sensor.hpp | 196 void setValue(double value);
|
/openbmc/phosphor-pid-control/ |
H A D | setsensor.cpp | 59 bool setValue = (bool)0x01; in SetManualMode() local 61 Value v{setValue}; in SetManualMode()
|
/openbmc/linux/scripts/kconfig/ |
H A D | qconf.cc | 74 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 D | mock_sensors.hpp | 51 MOCK_METHOD(void, setValue, (SensorType type, double value), (override));
|
H A D | sensor_monitoring_tests.cpp | 161 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 D | dbus_sensor_object.hpp | 22 void setValue(double);
|
H A D | dbus_sensor_object.cpp | 27 void DbusSensorObject::setValue(double v) in setValue() function in stubs::DbusSensorObject
|
/openbmc/phosphor-fan-presence/control/json/utils/ |
H A D | modifier.hpp | 100 void setValue(const json& jsonObj);
|
/openbmc/skeleton/pytools/ |
H A D | gpioutil | 94 def setValue(self,value): 187 gpio.setValue(value)
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | pmbus_read_sensor_action_tests.cpp | 104 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 D | group.hpp | 142 inline void setValue(const std::optional<PropertyVariantType>& value) in setValue() function in phosphor::fan::control::json::Group
|
/openbmc/openpower-occ-control/test/ |
H A D | occ_dbus_test.cpp | 41 OccDBusSensors::getOccDBus().setValue(tmpPath, value); in TEST()
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | pmbus_read_sensor_action.cpp | 58 environment.getServices().getSensors().setValue(type, sensorValue); in execute()
|
/openbmc/openpower-occ-control/ |
H A D | occ_dbus.hpp | 90 bool setValue(const std::string& path, double value);
|