Home
last modified time | relevance | path

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

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