Lines Matching refs:Type
61 fs::path PMBus::getPath(Type type) in getPath()
67 case Type::Base: in getPath()
70 case Type::Hwmon: in getPath()
73 case Type::Debug: in getPath()
76 case Type::DeviceDebug: in getPath()
82 case Type::HwmonDeviceDebug: in getPath()
110 bool PMBus::readBitInPage(const std::string& name, size_t page, Type type) in readBitInPage()
116 bool PMBus::readBit(const std::string& name, Type type) in readBit()
164 bool PMBus::exists(const std::string& name, Type type) in exists()
171 uint64_t PMBus::read(const std::string& name, Type type) in read()
202 std::string PMBus::readString(const std::string& name, Type type) in readString()
233 std::vector<uint8_t> PMBus::readBinary(const std::string& name, Type type, in readBinary()
276 void PMBus::write(const std::string& name, int value, Type type) in write()