Home
last modified time | relevance | path

Searched refs:DEV_ID (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-tools/pwmtachtool/src/
H A Dpwmtach.c37 …ine BUILD_PWM_NODE_NAME(buffer,DEV_ID,PWM_NUM) snprintf(buffer, sizeof(buffer), "%s%d%s%d", HW… argument
38 …ine BUILD_TACH_NODE_NAME(buffer,DEV_ID,TACH_NUM) snprintf(buffer, sizeof(buffer), "%s%d%s%d%s", HW… argument
39 …efine BUILD_FAN_REG_NAME(buffer,DEV_ID,FAN_NUM) snprintf(buffer, sizeof(buffer), "%s%d%s%d%s", HWM… argument
/openbmc/phosphor-logging/
H A Dlogging_test.cpp104 example::xyz::openbmc_project::example::elog::TestErrorTwo::DEV_ID( in elog_test()
138 rc = validate_journal(TestErrorTwo::DEV_ID::str_short, "100"); in elog_test()
153 TestErrorTwo::DEV_ADDR(0xDEADDEAD), TestErrorTwo::DEV_ID(100), in elog_test()
183 rc = validate_journal(TestErrorTwo::DEV_ID::str_short, "100"); in elog_test()
H A Delog_meta.hpp47 inline void build<TestErrorTwo::DEV_ID>( in build()