Home
last modified time | relevance | path

Searched defs:busPath (Results 1 – 3 of 3) sorted by relevance

/openbmc/entity-manager/src/entity_manager/
H A Doverlay.cpp101 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 Ddevices.hpp39 const char* busPath; global() member
/openbmc/entity-manager/src/fru_device/
H A Dfru_device.cpp1169 fs::path busPath = fs::path("/dev/i2c-" + std::to_string(busNum)); in rescanOneBus() local
1252 for (const auto& busPath : busPaths) in rescanBusses() local