Searched refs:dev_st_trans (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/bus/mhi/host/ |
D | internal.h | 88 dev_st_trans(PBL, "PBL") \ 89 dev_st_trans(READY, "READY") \ 90 dev_st_trans(SBL, "SBL") \ 91 dev_st_trans(MISSION_MODE, "MISSION MODE") \ 92 dev_st_trans(FP, "FLASH PROGRAMMER") \ 93 dev_st_trans(SYS_ERR, "SYS ERROR") \ 94 dev_st_trans(DISABLE, "DISABLE") \
|
D | trace.h | 73 #undef dev_st_trans 76 #define dev_st_trans(a, b) TRACE_DEFINE_ENUM(DEV_ST_TRANSITION_##a); macro 81 #undef dev_st_trans 84 #define dev_st_trans(a, b) { DEV_ST_TRANSITION_##a, b }, macro
|
D | init.c | 38 #undef dev_st_trans 41 #define dev_st_trans(a, b) [DEV_ST_TRANSITION_##a] = b, macro
|