Searched refs:ConnectorType (Results 1 – 2 of 2) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | cable.hpp | 24 enum class ConnectorType{ enum 72 NLOHMANN_JSON_SERIALIZE_ENUM(ConnectorType, { 73 {ConnectorType::Invalid, "Invalid"}, 74 {ConnectorType::ACPower, "ACPower"}, 75 {ConnectorType::DB9, "DB9"}, 76 {ConnectorType::DCPower, "DCPower"}, 77 {ConnectorType::DisplayPort, "DisplayPort"}, 78 {ConnectorType::HDMI, "HDMI"}, 79 {ConnectorType::ICI, "ICI"}, 80 {ConnectorType::IPASS, "IPASS"}, [all …]
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | drvfbi.c | 279 char ConnectorType ; in read_address() local 290 ConnectorType = inp(ADDR(B2_CONN_TYP)) ; in read_address() 294 smc->y[PB].pmd_type[PMD_SK_CONN] = ConnectorType ; in read_address()
|