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.cpp115 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 DNVMeSensor.cpp45 const std::string& sensorConfiguration, const int busNumber, in NVMeSensor() argument
50 bus(busNumber), address(slaveAddr), smbusPEC(smbusPEC), in NVMeSensor()
H A DNVMeSensor.hpp25 const std::string& sensorConfiguration, int busNumber,
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp1448 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 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.\\