Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DDeviceMgmt.cpp19 const I2CDeviceTypeMap& dtmap, const SensorBaseConfigMap& cfg) in getI2CDeviceParams() argument
39 auto findDevType = dtmap.find(type->c_str()); in getI2CDeviceParams()
40 if (findDevType == dtmap.end()) in getI2CDeviceParams()
H A DDeviceMgmt.hpp56 const I2CDeviceTypeMap& dtmap, const SensorBaseConfigMap& cfg);