Searched refs:createsHWMon (Results 1 – 4 of 4) sorted by relevance
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | devices.hpp | 26 enum class createsHWMon : bool enum 39 createsHWMon hasHWMonDir; 44 "new_device", "delete_device", createsHWMon::noHWMonDir}, 46 "new_device", "delete_device", createsHWMon::noHWMonDir}, 48 "new_device", "delete_device", createsHWMon::noHWMonDir}, 50 "new_device", "delete_device", createsHWMon::noHWMonDir}, 52 "new_device", "delete_device", createsHWMon::noHWMonDir}, 54 "new_device", "delete_device", createsHWMon::noHWMonDir}, 56 "new_device", "delete_device", createsHWMon::noHWMonDir}, 58 "new_device", "delete_device", createsHWMon [all...] |
| H A D | overlay.cpp | 136 const devices::createsHWMon hasHWMonDir) in deviceIsCreated() 140 if (hasHWMonDir == devices::createsHWMon::hasHWMonDir) in deviceIsCreated() 154 const devices::createsHWMon hasHWMonDir, in buildDevice() 217 devices::createsHWMon hasHWMonDir = exportTemplate.hasHWMonDir; in exportDevice()
|
| /openbmc/dbus-sensors/src/ |
| H A D | DeviceMgmt.cpp | 66 if (type->createsHWMon) in devicePresent()
|
| H A D | DeviceMgmt.hpp | 28 bool createsHWMon; member
|