Home
last modified time | relevance | path

Searched refs:busNumber (Results 1 – 5 of 5) sorted by relevance

/openbmc/dbus-sensors/src/nvme/
H A DNVMeSensorMain.cpp103 static std::filesystem::path deriveRootBusPath(int busNumber) in deriveRootBusPath() argument
105 return "/sys/bus/i2c/devices/i2c-" + std::to_string(busNumber) + in deriveRootBusPath()
109 static std::optional<int> deriveRootBus(std::optional<int> busNumber) in deriveRootBus() argument
111 if (!busNumber) in deriveRootBus()
116 std::filesystem::path muxPath = deriveRootBusPath(*busNumber); in deriveRootBus()
120 return busNumber; in deriveRootBus()
177 std::optional<int> busNumber = in handleSensorConfigurations() local
182 std::optional<int> rootBus = deriveRootBus(busNumber); in handleSensorConfigurations()
184 if (!(busNumber && sensorName && rootBus)) in handleSensorConfigurations()
207 std::move(sensorThresholds), interfacePath, *busNumber, in handleSensorConfigurations()
H A DNVMeSensor.cpp45 const int busNumber, const uint8_t slaveAddr) : in NVMeSensor() argument
49 bus(busNumber), address(slaveAddr), objServer(objectServer) in NVMeSensor()
H A DNVMeSensor.hpp25 const std::string& sensorConfiguration, int busNumber,
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp1443 uint8_t busNumber; in isNum() local
1445 const auto& [ptr, ec] = std::from_chars(s.data(), sEnd, busNumber); in isNum()
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex1630 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.\\