/openbmc/bmcweb/redfish-core/lib/ |
H A D | memory.hpp | 339 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 D | Rainier.json | 112 "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 D | BlueRidge.json | 112 "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 D | ucd90320_device.cpp | 55 Services& services, const std::vector<int>& values, in storeGPIOValues()
|
H A D | services.cpp | 111 std::vector<int> values; in getGPIOValues() local
|
/openbmc/sdbusplus/src/server/ |
H A D | interface.cpp | 42 std::array<const char*, 2> values = {property, nullptr}; in property_changed() local
|
/openbmc/pldm/platform-mc/ |
H A D | dbus_impl_fru.cpp | 55 std::vector<std::string> PldmEntityReq::names(std::vector<std::string> values) in names()
|
/openbmc/u-boot/arch/x86/cpu/intel_common/ |
H A D | lpc.c | 48 } values[4], *ptr; in lpc_common_early_init() local
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | i2c_capture_bytes_action.cpp | 37 uint8_t values[UINT8_MAX]; in execute() local
|
/openbmc/phosphor-bmc-code-mgmt/bios/ |
H A D | bios_software_manager.cpp | 62 std::vector<uint64_t> values; in initDevice() local
|
/openbmc/phosphor-networkd/src/ |
H A D | system_configuration.cpp | 34 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 D | config.json | 23 "values": [ "0x07", "0x31" ] array
|
/openbmc/bmcweb/scripts/ |
H A D | generate_schema_enums.py | 25 def __init__(self, name, values, namespace, from_file): argument
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | version.cpp | 66 auto values = Version::getValues(filePath, {key}); in getValue() local
|
/openbmc/u-boot/drivers/clk/ |
H A D | clk_vexpress_osc.c | 73 u32 values[2]; in vexpress_osc_clk_probe() local
|
/openbmc/gpioplus/src/gpioplus/ |
H A D | handle.cpp | 91 std::vector<uint8_t> values(nlines); in getValues() local
|
/openbmc/phosphor-pid-control/ |
H A D | hoststatemonitor.hpp | 96 boost::container::flat_map<std::string, std::variant<std::string>> values; in handleStateChange() local
|
/openbmc/entity-manager/src/entity_manager/ |
H A D | dbus_interface.hpp | 66 std::vector<PropertyType> values; in addArrayToDbus() local
|
/openbmc/u-boot/drivers/video/rockchip/ |
H A D | rk_edp.c | 278 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 D | pel_values.cpp | 336 std::string getValue(const uint8_t field, const pel_values::PELValues& values, in getValue()
|
/openbmc/phosphor-pid-control/pid/ |
H A D | fancontroller.cpp | 60 std::vector<double> values; in inputProc() local
|
/openbmc/phosphor-inventory-manager/ |
H A D | association_manager.hpp | 61 std::vector<InterfaceVariantType> values; member
|
/openbmc/phosphor-fan-presence/presence/ |
H A D | tach.cpp | 100 std::vector<double> values; in present() local
|
/openbmc/phosphor-pid-control/test/ |
H A D | pid_zone_unittest.cpp | 257 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 D | recipeutils.py | 142 def patch_recipe_lines(fromlines, values, trailing_newline=True): argument 271 def patch_recipe_file(fn, values, patch=False, relpath='', redirect_output=None): argument
|