Searched refs:DeviceMap (Results 1 – 8 of 8) sorted by relevance
13 const DeviceMap UCD90160::deviceMap
25 using DeviceMap = std::flat_map<int, std::vector<uint8_t>>; typedef26 using BusMap = std::flat_map<int, std::shared_ptr<DeviceMap>>;
372 const std::shared_ptr<DeviceMap>& devices) in findI2CEeproms()441 std::shared_ptr<DeviceMap> devices, const bool& powerIsOn, in getBusFRUs()830 device = std::make_shared<DeviceMap>(); in findI2CDevices()1280 busmap.try_emplace(0, std::make_shared<DeviceMap>()); in rescanBusses()
83 using DeviceMap = std::map<size_t, DeviceDefinition>; typedef
308 static const ucd90160::DeviceMap deviceMap;
85 using DeviceMap = std::map<size_t, DeviceDefinition>; typedef
13 const DeviceMap UCD90160::deviceMap{