Home
last modified time | relevance | path

Searched defs:value (Results 276 – 300 of 2010) sorted by relevance

1...<<11121314151617181920>>...81

/openbmc/phosphor-pid-control/pid/
H A Dthermalcontroller.cpp74 double value; in inputProc() local
193 void ThermalController::outputProc(double value) in outputProc()
/openbmc/phosphor-pid-control/ipmi/
H A Ddbus_mode.cpp36 uint8_t DbusZoneControl::getFanCtrlProperty(uint8_t zoneId, bool* value, in getFanCtrlProperty()
65 uint8_t DbusZoneControl::setFanCtrlProperty(uint8_t zoneId, bool value, in setFanCtrlProperty()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c253 static void fw_cfg_write(FWCfgState *s, uint8_t value) in fw_cfg_write()
299 uint64_t value = 0; in fw_cfg_data_read() local
324 uint64_t value, unsigned size) in fw_cfg_data_mem_write()
449 uint64_t value, unsigned size) in fw_cfg_dma_mem_write()
489 uint64_t value, unsigned size) in fw_cfg_ctl_mem_write()
502 uint64_t value, unsigned size) in fw_cfg_comb_write()
743 void fw_cfg_add_string(FWCfgState *s, uint16_t key, const char *value) in fw_cfg_add_string()
751 void fw_cfg_modify_string(FWCfgState *s, uint16_t key, const char *value) in fw_cfg_modify_string()
760 void fw_cfg_add_i16(FWCfgState *s, uint16_t key, uint16_t value) in fw_cfg_add_i16()
770 void fw_cfg_modify_i16(FWCfgState *s, uint16_t key, uint16_t value) in fw_cfg_modify_i16()
[all …]
/openbmc/u-boot/drivers/gpio/
H A Dstm32f7_gpio.c20 #define BSRR_BIT(gpio_pin, value) BIT(gpio_pin + (value ? 0 : 16)) argument
65 int value) in stm32_gpio_direction_output()
100 static int stm32_gpio_set_value(struct udevice *dev, unsigned offset, int value) in stm32_gpio_set_value()
H A Drk_gpio.c43 int value) in rockchip_gpio_direction_output()
64 int value) in rockchip_gpio_set_value()
127 int spl_gpio_output(void *vregs, uint gpio, int value) in spl_gpio_output()
/openbmc/sdbusplus/example/
H A Dregister-property.cpp79 [this](boost::system::error_code ec, std::string value) { in asyncReadProperties()
91 [this](boost::system::error_code ec, std::string value) { in asyncReadProperties()
138 void syncChangeGoodbyes(std::string_view value) in syncChangeGoodbyes()
/openbmc/pldm/host-bmc/dbus/
H A Dcustom_dbus.cpp7 void CustomDBus::setLocationCode(const std::string& path, std::string value) in setLocationCode()
39 void CustomDBus::setMicroCode(const std::string& path, uint32_t value) in setMicroCode()
89 const std::string& value) in setPCIeDeviceProps()
/openbmc/phosphor-state-manager/
H A Dbmc_state_manager.cpp226 BMC::Transition BMC::requestedBMCTransition(Transition value) in requestedBMCTransition()
248 BMC::BMCState BMC::currentBMCState(BMCState value) in currentBMCState()
256 BMC::RebootCause BMC::lastRebootCause(RebootCause value) in lastRebootCause()
/openbmc/qemu/target/riscv/
H A Driscv-qmp-cmds.c84 QObject *value; in riscv_obj_add_qdict_prop() local
105 QObject *value; in riscv_obj_add_named_feats_qdict() local
120 QObject *value; in riscv_obj_add_profiles_qdict() local
/openbmc/qemu/hw/ppc/
H A Dppc.c554 int64_t *tb_offsetp, uint64_t value) in cpu_ppc_store_tb()
561 void cpu_ppc_store_tbl (CPUPPCState *env, uint32_t value) in cpu_ppc_store_tbl()
572 static inline void _cpu_ppc_store_tbu(CPUPPCState *env, uint32_t value) in _cpu_ppc_store_tbu()
584 void cpu_ppc_store_tbu (CPUPPCState *env, uint32_t value) in cpu_ppc_store_tbu()
613 void cpu_ppc_store_atbl (CPUPPCState *env, uint32_t value) in cpu_ppc_store_atbl()
624 void cpu_ppc_store_atbu (CPUPPCState *env, uint32_t value) in cpu_ppc_store_atbu()
654 void cpu_ppc_store_vtb(CPUPPCState *env, uint64_t value) in cpu_ppc_store_vtb()
662 void cpu_ppc_store_tbu40(CPUPPCState *env, uint64_t value) in cpu_ppc_store_tbu40()
846 target_ulong value, int nr_bits) in __cpu_ppc_store_decr()
897 target_ulong decr, target_ulong value, in _cpu_ppc_store_decr()
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.cpp265 bool value = parseBoolean(valueElement); in parseComparePresence() local
291 std::vector<uint8_t> value{}; in parseCompareVPD() local
489 uint8_t value = parseBitValue(valueElement); in parseI2CCompareBit() local
510 uint8_t value = parseHexByte(valueElement); in parseI2CCompareByte() local
609 uint8_t value = parseBitValue(valueElement); in parseI2CWriteBit() local
630 uint8_t value = parseHexByte(valueElement); in parseI2CWriteByte() local
806 std::string value = parseString(element); in parsePhaseFaultType() local
1098 std::string value = element.get<std::string>(); in parseSensorDataFormat() local
1141 std::string value = parseString(element); in parseSensorType() local
1202 std::string value = element.get<std::string>(); in parseVoutDataFormat() local
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmpc85xx_gpio.h86 static inline int gpio_direction_output(unsigned gpio, int value) in gpio_direction_output()
100 static inline int gpio_set_value(unsigned gpio, int value) in gpio_set_value()
H A Dbyteorder.h42 static __inline__ __attribute__((const)) __u16 ___arch__swab16(__u16 value) in ___arch__swab16()
52 static __inline__ __attribute__((const)) __u32 ___arch__swab32(__u32 value) in ___arch__swab32()
/openbmc/qemu/util/
H A Dstats64.c91 bool stat64_min_slow(Stat64 *s, uint64_t value) in stat64_min_slow()
120 bool stat64_max_slow(Stat64 *s, uint64_t value) in stat64_max_slow()
/openbmc/qemu/hw/usb/
H A Dimx-usb-phy.c54 uint32_t value; in imx_usbphy_read() local
108 static void imx_usbphy_write(void *opaque, hwaddr offset, uint64_t value, in imx_usbphy_write()
/openbmc/u-boot/drivers/net/
H A Dat91_emac.c102 unsigned char reg, unsigned short *value) in at91emac_read()
128 unsigned char reg, unsigned short value) in at91emac_write()
163 unsigned short value = 0; in at91emac_mii_read() local
173 u16 value) in at91emac_mii_write()
319 u32 value; in at91emac_init() local
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Fuji/
H A Devents.json557 "value": 7 number
565 "value": 9 number
599 "value": 7 number
607 "value": 9 number
641 "value": 7 number
649 "value": 9 number
683 "value": 7 number
691 "value": 9 number
725 "value": 7 number
733 "value": 9 number
[all …]
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/
H A Devents.json557 "value": 7 number
565 "value": 9 number
599 "value": 7 number
607 "value": 9 number
641 "value": 7 number
649 "value": 9 number
683 "value": 7 number
691 "value": 9 number
725 "value": 7 number
733 "value": 9 number
[all …]
/openbmc/qemu/hw/core/
H A Dqdev-properties.c150 bool value = (*p & qdev_get_prop_mask(prop)) != 0; in prop_get_bit() local
159 bool value; in prop_set_bit() local
205 bool value = (*p & qdev_get_prop_mask64(prop)) != 0; in prop_get_bit64() local
214 bool value; in prop_set_bit64() local
236 OnOffAuto value; in prop_get_on_off_auto_bit64() local
256 OnOffAuto value; in prop_set_on_off_auto_bit64() local
608 uint64_t value = *ptr; in qdev_propinfo_get_size32() local
618 uint64_t value; in set_size32() local
648 void *value; member
878 const char *name, const char *value) in error_set_from_qdev_prop_error()
[all …]
/openbmc/phosphor-webui/app/common/directives/
H A Dform-input-error.js6 scope.$watch('hasError', function(value) { argument
/openbmc/u-boot/board/amazon/kc1/
H A Dkc1.c90 u32 value; in misc_init_r() local
139 u32 value = 0; in get_board_rev() local
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py160 def interpret_value(value): argument
438 def subst_defines(value): argument
446 def process_value(value): argument
478 def process_macro(keyword, value): argument
707 …def process_macro(self, srctree, keyword, value, process_value, libdeps, pcdeps, deps, outlines, i… argument
720 def process_prog(self, srctree, keyword, value, prog, deps, outlines, inherits, values): argument
/openbmc/qemu/target/ppc/
H A Dmisc_helper.c213 void helper_store_pcr(CPUPPCState *env, target_ulong value) in helper_store_pcr()
221 void helper_store_ciabr(CPUPPCState *env, target_ulong value) in helper_store_ciabr()
226 void helper_store_dawr0(CPUPPCState *env, target_ulong value) in helper_store_dawr0()
231 void helper_store_dawrx0(CPUPPCState *env, target_ulong value) in helper_store_dawrx0()
236 void helper_store_dawr1(CPUPPCState *env, target_ulong value) in helper_store_dawr1()
241 void helper_store_dawrx1(CPUPPCState *env, target_ulong value) in helper_store_dawrx1()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c382 void qpci_config_writeb(QPCIDevice *dev, uint8_t offset, uint8_t value) in qpci_config_writeb()
387 void qpci_config_writew(QPCIDevice *dev, uint8_t offset, uint16_t value) in qpci_config_writew()
392 void qpci_config_writel(QPCIDevice *dev, uint8_t offset, uint32_t value) in qpci_config_writel()
454 uint8_t value) in qpci_io_writeb()
466 uint16_t value) in qpci_io_writew()
479 uint32_t value) in qpci_io_writel()
492 uint64_t value) in qpci_io_writeq()
/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.cpp92 double value = in setupSensorMatch() local
112 double value) in setMaxPWM()
206 [weakRef](const double& value, sdbusplus::message_t& message) { in setupMatches()
412 bool CFMSensor::calculate(double& value) in calculate()
540 type](const double& value, sdbusplus::message_t& message) { in setupMatches()
564 const std::variant<double>& value) { in setupMatches()
609 const std::variant<double>& value) { in setupMatches()

1...<<11121314151617181920>>...81