Home
last modified time | relevance | path

Searched defs:values (Results 26 – 50 of 109) sorted by relevance

12345

/openbmc/bmcweb/redfish-core/lib/
H A Dmemory.hpp339 constexpr const std::array<const char*, 3> values{"Volatile", "PMEM", in getPersistentMemoryProperties() local
355 constexpr const std::array<const char*, 3> values{"DRAM", "NAND", in getPersistentMemoryProperties() local
513 constexpr const std::array<const char*, 4> values{ in assembleDimmProperties() local
528 constexpr const std::array<const char*, 11> values{ in assembleDimmProperties() local
/openbmc/phosphor-power/phosphor-regulators/config_files/
H A DRainier.json112 "values": ["0xA3", "0x08"] array
142 "values": ["0x00", "0x00"] array
153 "values": ["0x83", "0x02"] array
162 "values": ["0x00", "0x01"] array
171 "values": ["0xCD", "0x00"] array
180 "values": ["0x9A", "0x02"] array
189 "values": ["0xE6", "0x00"] array
198 "values": ["0x28", "0xF0"] array
226 "values": ["0x00", "0x00"] array
237 "values": ["0x33", "0x02"] array
[all …]
H A DBlueRidge.json112 "values": ["0xA3", "0x08"] array
142 "values": ["0x00", "0x00"] array
153 "values": ["0x83", "0x02"] array
162 "values": ["0x00", "0x01"] array
171 "values": ["0xCD", "0x00"] array
180 "values": ["0x9A", "0x02"] array
189 "values": ["0xE6", "0x00"] array
198 "values": ["0x28", "0xF0"] array
226 "values": ["0x00", "0x00"] array
237 "values": ["0x33", "0x02"] array
[all …]
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Ducd90320_device.cpp55 Services& services, const std::vector<int>& values, in storeGPIOValues()
H A Dservices.cpp111 std::vector<int> values; in getGPIOValues() local
/openbmc/sdbusplus/src/server/
H A Dinterface.cpp42 std::array<const char*, 2> values = {property, nullptr}; in property_changed() local
/openbmc/pldm/platform-mc/
H A Ddbus_impl_fru.cpp55 std::vector<std::string> PldmEntityReq::names(std::vector<std::string> values) in names()
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dlpc.c48 } values[4], *ptr; in lpc_common_early_init() local
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Di2c_capture_bytes_action.cpp37 uint8_t values[UINT8_MAX]; in execute() local
/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dbios_software_manager.cpp62 std::vector<uint64_t> values; in initDevice() local
/openbmc/phosphor-networkd/src/
H A Dsystem_configuration.cpp34 std::unordered_map<std::string, std::variant<std::string>> values; in SystemConfiguration() local
/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/power/phosphor-power/
H A Dconfig.json23 "values": [ "0x07", "0x31" ] array
/openbmc/bmcweb/scripts/
H A Dgenerate_schema_enums.py25 def __init__(self, name, values, namespace, from_file): argument
/openbmc/phosphor-psu-code-mgmt/src/
H A Dversion.cpp66 auto values = Version::getValues(filePath, {key}); in getValue() local
/openbmc/u-boot/drivers/clk/
H A Dclk_vexpress_osc.c73 u32 values[2]; in vexpress_osc_clk_probe() local
/openbmc/gpioplus/src/gpioplus/
H A Dhandle.cpp91 std::vector<uint8_t> values(nlines); in getValues() local
/openbmc/phosphor-pid-control/
H A Dhoststatemonitor.hpp96 boost::container::flat_map<std::string, std::variant<std::string>> values; in handleStateChange() local
/openbmc/entity-manager/src/entity_manager/
H A Ddbus_interface.hpp66 std::vector<PropertyType> values; in addArrayToDbus() local
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_edp.c278 static int rk_edp_dpcd_read(struct rk3288_edp *regs, u32 addr, u8 *values, in rk_edp_dpcd_read()
284 static int rk_edp_dpcd_write(struct rk3288_edp *regs, u32 addr, u8 *values, in rk_edp_dpcd_write()
323 u8 values[2]; in rk_edp_link_configure() local
588 u8 values[3]; in rk_edp_init_training() local
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_values.cpp336 std::string getValue(const uint8_t field, const pel_values::PELValues& values, in getValue()
/openbmc/phosphor-pid-control/pid/
H A Dfancontroller.cpp60 std::vector<double> values; in inputProc() local
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.hpp61 std::vector<InterfaceVariantType> values; member
/openbmc/phosphor-fan-presence/presence/
H A Dtach.cpp100 std::vector<double> values; in present() local
/openbmc/phosphor-pid-control/test/
H A Dpid_zone_unittest.cpp257 std::vector<double> values = {100, 200, 300, 400, 500, 5000}; in TEST_F() local
299 std::vector<double> values = {100, 200, 300, 400, 500}; in TEST_F() local
322 std::vector<double> values = {0, 0, 0}; in TEST_F() local
347 std::vector<double> values = {60, 80, 70}; in TEST_F() local
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py142 def patch_recipe_lines(fromlines, values, trailing_newline=True): argument
271 def patch_recipe_file(fn, values, patch=False, relpath='', redirect_output=None): argument

12345