Searched refs:MCTPDDevice (Results 1 – 2 of 2) sorted by relevance
176 class MCTPDDevice;197 const std::shared_ptr<MCTPDDevice>& dev, in MCTPDEndpoint()228 std::shared_ptr<MCTPDDevice> dev;254 class MCTPDDevice : class256 public std::enable_shared_from_this<MCTPDDevice>259 MCTPDDevice() = delete;263 MCTPDDevice(const MCTPDDevice& other) = delete;264 MCTPDDevice(MCTPDDevice&& other) = delete;265 ~MCTPDDevice() override = default;300 class I2CMCTPDDevice : public MCTPDDevice[all …]
44 MCTPDDevice::MCTPDDevice( in MCTPDDevice() function in MCTPDDevice50 void MCTPDDevice::onEndpointInterfacesRemoved( in onEndpointInterfacesRemoved()51 const std::weak_ptr<MCTPDDevice>& weak, const std::string& objpath, in onEndpointInterfacesRemoved()75 void MCTPDDevice::finaliseEndpoint( in finaliseEndpoint()84 std::bind_front(MCTPDDevice::onEndpointInterfacesRemoved, in finaliseEndpoint()91 void MCTPDDevice::setup( in setup()124 void MCTPDDevice::endpointRemoved() in endpointRemoved()136 void MCTPDDevice::remove() in remove()146 std::string MCTPDDevice::describe() const in describe()