Searched refs:boardType (Results 1 – 4 of 4) sorted by relevance
/openbmc/entity-manager/src/ |
H A D | topology.cpp | 5 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 D | entity_manager.cpp | 599 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 D | topology.hpp | 15 void addBoard(const std::string& path, const std::string& boardType,
|
/openbmc/linux/drivers/tty/ |
H A D | moxa.c | 360 #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 …]
|