Searched refs:dev_st_trans (Results 1 – 3 of 3) sorted by relevance
| /drivers/bus/mhi/host/ |
| A D | internal.h | 95 dev_st_trans(PBL, "PBL") \ 96 dev_st_trans(READY, "READY") \ 97 dev_st_trans(SBL, "SBL") \ 98 dev_st_trans(MISSION_MODE, "MISSION MODE") \ 99 dev_st_trans(FP, "FLASH PROGRAMMER") \ 100 dev_st_trans(SYS_ERR, "SYS ERROR") \ 101 dev_st_trans(DISABLE, "DISABLE") \
|
| A D | trace.h | 74 #undef dev_st_trans 77 #define dev_st_trans(a, b) TRACE_DEFINE_ENUM(DEV_ST_TRANSITION_##a); macro 82 #undef dev_st_trans 85 #define dev_st_trans(a, b) { DEV_ST_TRANSITION_##a, b }, macro
|
| A D | init.c | 38 #undef dev_st_trans 41 #define dev_st_trans(a, b) [DEV_ST_TRANSITION_##a] = b, macro
|
Completed in 13 milliseconds