Searched refs:bindDevice (Results 1 – 2 of 2) sorted by relevance
55 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()
876 std::string bindDevice; member in phosphor::power::psu::PowerSupply