Searched refs:busNumber (Results 1 – 5 of 5) sorted by relevance
| /openbmc/dbus-sensors/src/nvme/ |
| H A D | NVMeSensorMain.cpp | 115 static std::filesystem::path deriveRootBusPath(int busNumber) in deriveRootBusPath() argument 117 return "/sys/bus/i2c/devices/i2c-" + std::to_string(busNumber) + in deriveRootBusPath() 121 static std::optional<int> deriveRootBus(std::optional<int> busNumber) in deriveRootBus() argument 123 if (!busNumber) in deriveRootBus() 128 std::filesystem::path muxPath = deriveRootBusPath(*busNumber); in deriveRootBus() 132 return busNumber; in deriveRootBus() 189 std::optional<int> busNumber = in handleSensorConfigurations() local 194 std::optional<int> rootBus = deriveRootBus(busNumber); in handleSensorConfigurations() 196 if (!(busNumber && sensorName && rootBus)) in handleSensorConfigurations() 226 std::move(sensorThresholds), interfacePath, *busNumber, in handleSensorConfigurations()
|
| H A D | NVMeSensor.cpp | 45 const std::string& sensorConfiguration, const int busNumber, in NVMeSensor() argument 50 bus(busNumber), address(slaveAddr), smbusPEC(smbusPEC), in NVMeSensor()
|
| H A D | NVMeSensor.hpp | 25 const std::string& sensorConfiguration, int busNumber,
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | manufacturingcommands.cpp | 1448 uint8_t busNumber; in isNum() 1450 const auto& [ptr, ec] = std::from_chars(s.data(), sEnd, busNumber); in isNum() 1443 uint8_t busNumber; isNum() local
|
| /openbmc/libcper/specification/document/ |
| H A D | cper-json-specification.tex | 1630 busID.busNumber & int & The bus number of this bus ID.\\ 1719 busNumber & uint64 & The bus number of this PCI/PCI-X component.\\ 1951 busNumber & uint64 & The bus number of the CXL device.\\ 2031 busNumber & uint64 & The bus of the CXL component.\\
|