Searched defs:busPath (Results 1 – 3 of 3) sorted by relevance
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | overlay.cpp | 101 static int deleteDevice(std::string_view busPath, uint64_t address, in deleteDevice() argument 117 static int createDevice(std::string_view busPath, std::string_view parameters, in createDevice() argument 135 deviceIsCreated(const std::string & busPath,uint64_t bus,uint64_t address,const devices::createsHWMon hasHWMonDir) deviceIsCreated() argument 152 buildDevice(const std::string & name,const std::string & busPath,const std::string & parameters,uint64_t bus,uint64_t address,const std::string & constructor,const std::string & destructor,const devices::createsHWMon hasHWMonDir,std::vector<std::string> channelNames,boost::asio::io_context & io,const size_t retries=5) buildDevice() argument 212 std::string busPath = exportTemplate.busPath; exportDevice() local [all...] |
| H A D | devices.hpp | 39 const char* busPath; global() member
|
| /openbmc/entity-manager/src/fru_device/ |
| H A D | fru_device.cpp | 1169 fs::path busPath = fs::path("/dev/i2c-" + std::to_string(busNum)); in rescanOneBus() local 1252 for (const auto& busPath : busPaths) in rescanBusses() local
|