Home
last modified time | relevance | path

Searched defs:smaDevices (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaDeviceDiscovery.cpp43 boost::container::flat_map<std::string, std::shared_ptr<SmaDevice>>& in processQueryDeviceIdResponse()
115 boost::container::flat_map<std::string, std::shared_ptr<SmaDevice>>& in queryDeviceIdentification()
154 boost::container::flat_map<std::string, std::shared_ptr<SmaDevice>>& in processEndpoint()
232 boost::container::flat_map<std::string, std::shared_ptr<SmaDevice>>& in queryEndpoints()
280 boost::container::flat_map<std::string, std::shared_ptr<SmaDevice>>& in discoverDevices()
306 boost::container::flat_map<std::string, std::shared_ptr<SmaDevice>>& in processSensorConfigs()
348 boost::container::flat_map<std::string, std::shared_ptr<SmaDevice>>& in createSensors()
379 boost::container::flat_map<std::string, std::shared_ptr<SmaDevice>>& in interfaceRemoved()
H A DNvidiaGpuSensorMain.cpp31 boost::container::flat_map<std::string, std::shared_ptr<SmaDevice>> smaDevices; variable