Home
last modified time | relevance | path

Searched refs:boardType (Results 1 – 4 of 4) sorted by relevance

/openbmc/entity-manager/src/
H A Dtopology.cpp5 void Topology::addBoard(const std::string& path, const std::string& boardType, in addBoard() argument
31 boardTypes[path] = boardType; in addBoard()
41 boardTypes[path] = boardType; in addBoard()
H A Dentity_manager.cpp599 std::string boardType; in postToDbus() local
603 boardType = findBoardType->get<std::string>(); in postToDbus()
604 std::regex_replace(boardType.begin(), boardType.begin(), in postToDbus()
605 boardType.end(), illegalDbusMemberRegex, "_"); in postToDbus()
611 boardType = "Chassis"; in postToDbus()
613 std::string boardtypeLower = boost::algorithm::to_lower_copy(boardType); in postToDbus()
628 "xyz.openbmc_project.Inventory.Item." + boardType, in postToDbus()
803 topology.addBoard(boardPath, boardType, boardNameOrig, item); in postToDbus()
H A Dtopology.hpp15 void addBoard(const std::string& path, const std::string& boardType,
/openbmc/linux/drivers/tty/
H A Dmoxa.c360 #define MOXA_IS_320(brd) ((brd)->boardType == MOXA_BOARD_C320_ISA || \
361 (brd)->boardType == MOXA_BOARD_C320_PCI)
402 int boardType; member
727 switch (brd->boardType) { in moxa_check_fw_model()
771 switch (brd->boardType) { in moxa_load_bios()
831 keycode = (brd->boardType == MOXA_BOARD_CP204J) ? CP204J_KeyCode : in moxa_real_load_code()
834 switch (brd->boardType) { in moxa_real_load_code()
959 switch (brd->boardType) { in moxa_load_code()
1143 switch (brd->boardType) { in moxa_init_board()
1271 board->boardType = board_type; in moxa_pci_probe()
[all …]