Home
last modified time | relevance | path

Searched refs: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
104 std::filesystem::path deviceDestructor(busPath); in deleteDevice()
117 static int createDevice(std::string_view busPath, std::string_view parameters, in createDevice() argument
120 std::filesystem::path deviceConstructor(busPath); in createDevice()
134 static bool deviceIsCreated(std::string_view busPath, uint64_t bus, in deviceIsCreated() argument
138 std::filesystem::path dirPath = busPath; in deviceIsCreated()
151 std::string_view name, std::string_view busPath, in buildDevice() argument
167 if (!deviceIsCreated(busPath, bus, address, hasHWMonDir)) in buildDevice()
170 createDevice(busPath, parameters, constructor); in buildDevice()
173 if (!deviceIsCreated(busPath, bu in buildDevice()
211 std::string busPath(exportTemplate.busPath); exportDevice() local
[all...]
H A Ddevices.hpp36 std::string_view busPath; 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
1170 if (!fs::exists(busPath)) in rescanOneBus()
1182 i2cBuses.emplace_back(busPath); in rescanOneBus()
1252 for (const auto& busPath : busPaths) in rescanBusses() local
1254 i2cBuses.emplace_back(busPath.second); in rescanBusses()