Home
last modified time | relevance | path

Searched refs:driverPath (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device.cpp151 auto driverPath = getDriverPath(chipModel); in bindEEPROM() local
152 if (driverPath.empty()) in bindEEPROM()
159 auto bindPath = driverPath + "/bind"; in bindEEPROM()
187 auto driverPath = getDriverPath(chipModel); in unbindEEPROM() local
188 if (driverPath.empty()) in unbindEEPROM()
195 auto unbindPath = driverPath + "/unbind"; in unbindEEPROM()
219 auto driverPath = getDriverPath(chipModel); in isEEPROMBound() local
221 if (driverPath.empty()) in isEEPROMBound()
229 return std::filesystem::exists(driverPath + "/" + i2cDeviceId); in isEEPROMBound()
/openbmc/phosphor-power/tools/power-utils/
H A Dupdater.hpp307 fs::path driverPath; member in updater::Updater
H A Dupdater.cpp237 driverPath = in Updater()
259 auto p = driverPath; in bindUnbind()