/openbmc/telemetry/src/ |
H A D | discrete_threshold.cpp | 50 Milliseconds timestamp, double value) in sensorUpdated() 68 double value) in startTimer() 96 void DiscreteThreshold::commit(const std::string& sensorName, double value) in commit()
|
H A D | numeric_threshold.cpp | 45 Milliseconds timestamp, double value) in sensorUpdated() 92 double value) in startTimer() 120 void NumericThreshold::commit(const std::string& sensorName, double value) in commit()
|
/openbmc/telemetry/src/utils/ |
H A D | conversion.hpp | 54 constexpr inline std::underlying_type_t<T> toUnderlying(T value) in toUnderlying() 91 const std::string& value) in toEnum() 105 const std::array<std::pair<std::string_view, T>, N>& data, T value) in enumToString() argument
|
/openbmc/u-boot/arch/sh/cpu/sh4/ |
H A D | watchdog.c | 21 static void cnt_write(unsigned char value) in cnt_write() 26 static void csr_write(unsigned char value) in csr_write()
|
/openbmc/phosphor-networkd/src/ |
H A D | ethernet_interface.cpp | 440 bool EthernetInterface::ipv6AcceptRA(bool value) in ipv6AcceptRA() 450 bool EthernetInterface::dhcp4(bool value) in dhcp4() 460 bool EthernetInterface::dhcp6(bool value) in dhcp6() 470 EthernetInterface::DHCPConf EthernetInterface::dhcpEnabled(DHCPConf value) in dhcpEnabled() 505 size_t EthernetInterface::mtu(size_t value) in mtu() 519 bool EthernetInterface::nicEnabled(bool value) in nicEnabled() 533 ServerList EthernetInterface::staticNameServers(ServerList value) in staticNameServers() 726 ServerList EthernetInterface::staticNTPServers(ServerList value) in staticNTPServers() 741 static constexpr std::string_view tfStr(bool value) in tfStr() 912 std::string EthernetInterface::macAddress([[maybe_unused]] std::string value) in macAddress() [all …]
|
/openbmc/u-boot/drivers/gpio/ |
H A D | sh_pfc.c | 84 unsigned long in_pos, unsigned long value) in gpio_write_bit() 147 unsigned long field, unsigned long value) in write_config_reg() 328 int in_range, pos, field, value; in pinmux_config_gpio() local 543 unsigned gpio, int value) in sh_gpio_set_value() 554 static int sh_gpio_direction_output(unsigned offset, int value) in sh_gpio_direction_output() 580 static void sh_gpio_set(unsigned offset, int value) in sh_gpio_set() 622 int gpio_direction_output(unsigned gpio, int value) in gpio_direction_output() 627 void gpio_set_value(unsigned gpio, int value) in gpio_set_value()
|
H A D | mvgpio.c | 49 int gpio_direction_output(unsigned gpio, int value) in gpio_direction_output() 80 int gpio_set_value(unsigned gpio, int value) in gpio_set_value()
|
H A D | kona_gpio.c | 47 unsigned int value, off; in gpio_request() local 59 unsigned int value, off; in gpio_free() local 81 int gpio_direction_output(unsigned gpio, int value) in gpio_direction_output() 119 void gpio_set_value(unsigned gpio, int value) in gpio_set_value()
|
/openbmc/qemu/hw/sensor/ |
H A D | lsm303dlhc_mag.c | 91 int64_t value = muldiv64(s->x, 100000, xy_gain[gm]); in lsm303dlhc_mag_get_x() local 102 int64_t value = muldiv64(s->y, 100000, xy_gain[gm]); in lsm303dlhc_mag_get_y() local 113 int64_t value = muldiv64(s->z, 100000, z_gain[gm]); in lsm303dlhc_mag_get_z() local 121 int64_t value; in lsm303dlhc_mag_set_x() local 144 int64_t value; in lsm303dlhc_mag_set_y() local 167 int64_t value; in lsm303dlhc_mag_set_z() local 194 int64_t value; in lsm303dlhc_mag_get_temperature() local 210 int64_t value; in lsm303dlhc_mag_set_temperature() local
|
H A D | adm1272.c | 139 static uint16_t adm1272_millivolts_to_direct(uint32_t value) in adm1272_millivolts_to_direct() 147 static uint32_t adm1272_direct_to_millivolts(uint16_t value) in adm1272_direct_to_millivolts() 155 static uint16_t adm1272_milliamps_to_direct(uint32_t value) in adm1272_milliamps_to_direct() 165 static uint32_t adm1272_direct_to_milliamps(uint16_t value) in adm1272_direct_to_milliamps() 174 static uint16_t adm1272_watts_to_direct(uint32_t value) in adm1272_watts_to_direct() 181 static uint32_t adm1272_direct_to_watts(uint16_t value) in adm1272_direct_to_watts() 417 uint16_t value; in adm1272_get() local 437 uint16_t value; in adm1272_set() local
|
/openbmc/qemu/hw/net/ |
H A D | vmware_utils.h | 75 vmw_shmem_st8(PCIDevice *d, hwaddr addr, uint8_t value) in vmw_shmem_st8() 92 vmw_shmem_st16(PCIDevice *d, hwaddr addr, uint16_t value) in vmw_shmem_st16() 110 vmw_shmem_st32(PCIDevice *d, hwaddr addr, uint32_t value) in vmw_shmem_st32() 128 vmw_shmem_st64(PCIDevice *d, hwaddr addr, uint64_t value) in vmw_shmem_st64()
|
/openbmc/qemu/hw/riscv/ |
H A D | riscv-iommu-hpm.c | 95 gpointer value; in riscv_iommu_hpm_incr_ctr() local 210 static void hpm_setup_timer(RISCVIOMMUState *s, uint64_t value) in hpm_setup_timer() 299 static gboolean hpm_event_equal(gpointer key, gpointer value, gpointer udata) in hpm_event_equal() 312 static void update_event_map(RISCVIOMMUState *s, uint64_t value, in update_event_map()
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | unpack_properties.hpp | 47 if (const auto* value = std::get_if< local 64 if (const auto value = std::get_if<InnerType>(&it->second)) local 77 if (const auto value = std::get_if<ValueType>(&it->second)) local
|
/openbmc/phosphor-user-manager/test/ |
H A D | json_serializer_test.cpp | 50 std::string value; in TEST_F() local 65 std::string value; in TEST_F() local 84 std::string value; in TEST_F() local
|
/openbmc/phosphor-user-manager/ |
H A D | json_serializer.hpp | 29 nlohmann::json makeJson(const std::string& key, const std::string& value) in makeJson() 58 void serialize(std::string key, const std::string value) in serialize() 63 void deserialize(std::string key, T& value) in deserialize()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | vpd.cpp | 28 std::vector<uint8_t> value{}; in getValue() local 54 std::vector<uint8_t>& value) in getDBusProperty()
|
/openbmc/qemu/tests/qtest/ |
H A D | tmp105-test.c | 34 static void qmp_tmp105_set_temperature(const char *id, int value) in qmp_tmp105_set_temperature() 47 uint16_t value; in send_and_receive() local
|
/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | shutdown_alarm_monitor.cpp | 150 bool value; in checkAlarms() local 214 void ShutdownAlarmMonitor::checkAlarm(bool value, const AlarmKey& alarmKey) in checkAlarm() 245 std::optional<double> value; in startTimer() local 331 auto value = SDBusPlus::getProperty<double>(bus, sensorPath, valueInterface, in stopTimer() local 375 auto value = SDBusPlus::getProperty<double>(bus, sensorPath, valueInterface, in timerExpired() local
|
/openbmc/openbmc-test-automation/data/ |
H A D | model.py | 15 def get_sensor(module_name, value): argument 25 def get_inventory_sensor(module_name, value): argument
|
/openbmc/u-boot/drivers/usb/ulpi/ |
H A D | omap-ulpi-viewport.c | 38 static int ulpi_request(struct ulpi_viewport *ulpi_vp, u32 value) in ulpi_request() 51 int ulpi_write(struct ulpi_viewport *ulpi_vp, u8 *reg, u32 value) in ulpi_write()
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ |
H A D | rest.json | 24 "value": "${sensorModel}" string 31 "value": "${temp}" string 36 "value": "${hum}" string 59 "value": "Model2" string 66 "value": "${temp}" string 71 "value": "${hum}" string
|
/openbmc/phosphor-host-postd/ipmisnoop/ |
H A D | ipmisnoop.cpp | 18 std::variant<uint32_t> value{}; in getSelectorPosition() local 36 const int value = 0; in configGPIODirOutput() local 81 int value = !((status >> iteration) & 0x01); in postCodeDisplay() local
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __optional.hpp | 94 _Tp& value() & in value() function 103 const _Tp& value() const& in value() function 112 _Tp&& value() && in value() function
|
/openbmc/u-boot/common/ |
H A D | iotrace.c | 37 static void add_record(int flags, const void *ptr, ulong value) in add_record() 89 void iotrace_writel(ulong value, const void *ptr) in iotrace_writel() 105 void iotrace_writew(ulong value, const void *ptr) in iotrace_writew() 121 void iotrace_writeb(ulong value, const void *ptr) in iotrace_writeb()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | activation.cpp | 81 auto Activation::activation(Activations value) -> Activations in activation() 269 auto Activation::requestedActivation(RequestedActivations value) in requestedActivation() 292 uint8_t RedundancyPriority::priority(uint8_t value) in priority() 302 uint8_t RedundancyPriority::sdbusPriority(uint8_t value) in sdbusPriority()
|