Home
last modified time | relevance | path

Searched refs:DEV_ID (Results 1 – 8 of 8) 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/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/board-type-checker/files/
H A Dboard-type-checker-fpb13 DEV_ID=$(i2ctransfer -y -f "${I2C_BUS}" w1@"${DEV_ADDR}" 0xff r2)
14 if [ "$DEV_ID" != "0x10 0x50" ]; then
/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.hpp85 build<TestErrorTwo::DEV_ID>(const std::string& /*match*/, in build()
/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/
H A DElog.metadata.yaml18 - str: DEV_ID=%u
/openbmc/linux/drivers/input/keyboard/
H A Dadp5588-keys.c31 #define DEV_ID 0x00 /* Device ID */ macro
760 ret = adp5588_read(client, DEV_ID); in adp5588_probe()
/openbmc/linux/drivers/ufs/host/
H A Dufs-exynos.c692 DEV_ID = 0x00, in exynos_ufs_establish_connt() enumerator
702 ufshcd_dme_set(hba, UIC_ARG_MIB(N_DEVICEID), DEV_ID); in exynos_ufs_establish_connt()
/openbmc/linux/drivers/i3c/master/
H A Di3c-master-cdns.c26 #define DEV_ID 0x0 macro
1604 if (readl(master->regs + DEV_ID) != DEV_ID_I3C_MASTER) { in cdns_i3c_master_probe()