Home
last modified time | relevance | path

Searched refs:i_value (Results 1 – 7 of 7) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp395 inline types::BinaryVector convertToBinary(const std::string& i_value) in convertToBinary() argument
397 if (i_value.empty()) in convertToBinary()
405 if (i_value.substr(0, 2).compare("0x") == constants::STR_CMP_SUCCESS) in convertToBinary()
407 if (i_value.length() % 2 != 0) in convertToBinary()
414 auto l_value = i_value.substr(2); in convertToBinary()
437 l_binaryValue.assign(i_value.begin(), i_value.end()); in convertToBinary()
/openbmc/phosphor-logging/
H A Dlogging_test.cpp27 int validate_journal(const char* i_entry, const char* i_value) in validate_journal() argument
51 if (journ_entry.find(i_value) != std::string::npos) in validate_journal()
64 std::cerr << "Failed to find " << i_entry << " with value " << i_value in validate_journal()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dworker.hpp510 void setPresentProperty(const std::string& i_fruPath, const bool& i_value);
/openbmc/linux/drivers/media/dvb-frontends/
H A Dmxl692_defs.h445 s16 i_value[12]; member
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dworker.cpp1849 const bool& i_value) in setPresentProperty()
1870 l_propertyValueMap.emplace("Present", i_value); in setPresentProperty()
1891 l_propertyValueMap.emplace("Present", i_value);
1821 setPresentProperty(const std::string & i_vpdPath,const bool & i_value) setPresentProperty() argument
H A Dmanager.cpp70 const types::BinaryVector i_value) -> int { in Manager() argument
72 i_path, std::make_tuple(i_recordName, i_keyword, i_value)); in Manager()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c305 u32 *i_value, u32 *q_value) in rtw8822c_dac_cal_iq_search() argument
357 rtw8822c_dac_iq_offset(rtwdev, iv, i_value); in rtw8822c_dac_cal_iq_search()
362 u32 *i_value, u32 *q_value) in rtw8822c_dac_cal_rf_mode() argument
374 rtw8822c_dac_cal_iq_search(rtwdev, iv, qv, i_value, q_value); in rtw8822c_dac_cal_rf_mode()