Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaDeviceDiscovery.cpp47 boost::container::flat_map<std::string, std::shared_ptr<PcieDevice>>& in processQueryDeviceIdResponse()
151 boost::container::flat_map<std::string, std::shared_ptr<PcieDevice>>& in queryDeviceIdentification()
187 boost::container::flat_map<std::string, std::shared_ptr<PcieDevice>>& in processEndpoint()
268 boost::container::flat_map<std::string, std::shared_ptr<PcieDevice>>& in queryEndpoints()
319 boost::container::flat_map<std::string, std::shared_ptr<PcieDevice>>& in discoverDevices()
348 boost::container::flat_map<std::string, std::shared_ptr<PcieDevice>>& in processSensorConfigs()
393 boost::container::flat_map<std::string, std::shared_ptr<PcieDevice>>& in createSensors()
427 boost::container::flat_map<std::string, std::shared_ptr<PcieDevice>>& in interfaceRemoved()
H A DNvidiaGpuSensorMain.cpp36 pcieDevices; variable