Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.hpp176 class MCTPDDevice;
197 const std::shared_ptr<MCTPDDevice>& dev, in MCTPDEndpoint()
228 std::shared_ptr<MCTPDDevice> dev;
254 class MCTPDDevice : class
256 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 …]
H A DMCTPEndpoint.cpp44 MCTPDDevice::MCTPDDevice( in MCTPDDevice() function in MCTPDDevice
50 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()