Home
last modified time | relevance | path

Searched refs:bindDevice (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp55 bindDevice = busStr; in PowerSupply()
56 bindDevice.append("-"); in PowerSupply()
57 bindDevice.append(addrStr); in PowerSupply()
122 if ((std::filesystem::exists(bindPath / bindDevice) && present) || in bindOrUnbindDriver()
123 (!std::filesystem::exists(bindPath / bindDevice) && !present)) in bindOrUnbindDriver()
132 path.string(), bindDevice) in bindOrUnbindDriver()
139 path.string(), bindDevice) in bindOrUnbindDriver()
151 file << bindDevice; in bindOrUnbindDriver()
H A Dpower_supply.hpp876 std::string bindDevice; member in phosphor::power::psu::PowerSupply