Home
last modified time | relevance | path

Searched refs:setType (Results 1 – 9 of 9) sorted by relevance

/openbmc/openpower-hw-diags/attn/pel/
H A Dpel_minimal.cpp77 void PelMinimal::setType(uint8_t type) in setType() function in attn::pel::PelMinimal
79 _uh->setType(type); in setType()
H A Duser_header.cpp37 void UserHeader::setType(uint8_t type) in setType() function in attn::pel::UserHeader
H A Duser_header.hpp99 void setType(uint8_t type);
H A Dpel_minimal.hpp87 void setType(uint8_t type);
/openbmc/phosphor-fan-presence/control/json/
H A Dgroup.hpp126 inline void setType(const std::optional<std::string>& type) in setType() function in phosphor::fan::control::json::Group
H A Devent.cpp127 group.setType(type); in configGroup()
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A DHalBtcOutSrc.h278 typedef u8 (*BFP_BTC_SET)(void *pBtCoexist, u8 setType, void *pInBuf);
H A Dhal_btcoex.c427 static u8 halbtcoutsrc_Set(void *pBtcContext, u8 setType, void *pInBuf) in halbtcoutsrc_Set() argument
445 switch (setType) { in halbtcoutsrc_Set()
/openbmc/openpower-hw-diags/attn/
H A Dattn_logging.cpp266 tiPel->setType(static_cast<uint8_t>(pel::EventType::na)); in createPelCustom()