Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/phosphor-mrw-tools/
H A DInventory.pm88 if (exists $MODULE_TYPES{$targetObj->getType($item->{TARGET})}) {
270 my $curType = $targetObj->getType($target);
292 if (exists $MODULE_TYPES{$targetObj->getType($item->{TARGET})}) {
351 if ($targetObj->getType($item->{TARGET}) eq "NODE") {
H A DUtil.pm17 if ($targetObj->getType($target) eq "BMC") {
56 if ($targetObj->getType($child) eq $type) {
H A Dinventory.pl46 $type = $targetObj->getType($target);
167 $curType = $targetObj->getType($target);
H A Dgen_settings.pl76 next if ("SYS" ne $targetObj->getType($target, "TYPE"));
H A Dgen_callouts.pl92 if ($targets->getType($target) eq "PROC")
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dlog_phase_fault_action_tests.cpp29 EXPECT_EQ(action.getType(), PhaseFaultType::n); in TEST()
66 EXPECT_EQ(action.getType(), PhaseFaultType::n_plus_1); in TEST()
H A Dpmbus_read_sensor_action_tests.cpp58 EXPECT_EQ(action.getType(), SensorType::vout); in TEST()
72 EXPECT_EQ(action.getType(), SensorType::iout); in TEST()
553 EXPECT_EQ(action.getType(), SensorType::pout); in TEST()
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.cpp23 data = iv_dataFiles.at(i_signature.getChip().getType()); in getResolution()
28 i_signature.getChip().getType()); in getResolution()
118 data = iv_dataFiles.at(i_signature.getChip().getType()); in isFlagSet()
123 i_signature.getChip().getType()); in isFlagSet()
187 data = iv_dataFiles.at(i_signature.getChip().getType()); in getVersion()
192 i_signature.getChip().getType()); in getVersion()
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dtimer.cpp34 TimerType getType(const json& jsonObj) in getType() function
88 auto type = getType(jsonObj); in triggerTimer()
H A Dtimer.hpp38 TimerType getType(const json& jsonObj);
/openbmc/openpower-hw-diags/test/
H A Dtest-lpc-timeout.cpp25 auto plugin = PluginMap::getSingleton().get(chip.getType(), "lpc_timeout"); in TEST()
66 auto plugin = PluginMap::getSingleton().get(chip.getType(), "lpc_timeout"); in TEST()
H A Dtest-tod-step-check-fault.cpp66 PluginMap::getSingleton().get(chip1.getType(), "tod_step_check_fault"); in TEST()
H A Dtest-pll-unlock.cpp96 auto plugin = PluginMap::getSingleton().get(chip1.getType(), "pll_unlock"); in TEST()
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Dlog_phase_fault_action.hpp71 PhaseFaultType getType() const in getType() function in phosphor::power::regulators::LogPhaseFaultAction
H A Dpmbus_read_sensor_action.hpp137 SensorType getType() const in getType() function in phosphor::power::regulators::PMBusReadSensorAction
/openbmc/ipmi-fru-parser/
H A Dfru_area.hpp68 ipmi_fru_area_type getType() const in getType() function in IPMIFruArea
H A Dwritefrudata.cpp186 rc = parse_fru_area(fruArea->getType(), in updateInventory()
579 if (iter->getType() == getFruAreaType(fruEntry)) in ipmiPopulateFruAreas()
716 std::printf("TYPE : [%d]\n", iter->getType()); in validateFRUArea()
/openbmc/phosphor-fan-presence/control/json/
H A Dgroup.cpp46 _type = origObj.getType(); in Group()
H A Dgroup.hpp134 inline const auto& getType() const in getType() function in phosphor::fan::control::json::Group
/openbmc/openpower-hw-diags/analyzer/
H A Dresolution.cpp117 auto func = PluginMap::getSingleton().get(chip.getType(), iv_name); in resolve()
H A Dcreate_pel.cpp57 o_word6 = i_signature.getChip().getType(); in __getSrc()
192 uint32_t chipType = chip.getType(); in __captureRegisterDump()
H A Dinitialize_isolator.cpp122 auto chipType = chip.getType(); in initializeIsolator()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddbus_sensor.hpp173 SensorType getType() const in getType() function in phosphor::power::regulators::DBusSensor
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A DHalBtcOutSrc.h276 typedef u8 (*BFP_BTC_GET)(void *pBtCoexist, u8 getType, void *pOutBuf);
H A Dhal_btcoex.c263 static u8 halbtcoutsrc_Get(void *pBtcContext, u8 getType, void *pOutBuf) in halbtcoutsrc_Get() argument
287 switch (getType) { in halbtcoutsrc_Get()

12