Home
last modified time | relevance | path

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

/linux-6.15/drivers/bus/mhi/host/
H A Dtrace.h75 #undef dev_st_trans_end
78 #define dev_st_trans_end(a, b) TRACE_DEFINE_ENUM(DEV_ST_TRANSITION_##a); macro
83 #undef dev_st_trans_end
86 #define dev_st_trans_end(a, b) { DEV_ST_TRANSITION_##a, b } macro
H A Dinternal.h102 dev_st_trans_end(DISABLE_DESTROY_DEVICE, "DISABLE (DESTROY DEVICE)")
H A Dinit.c39 #undef dev_st_trans_end
42 #define dev_st_trans_end(a, b) [DEV_ST_TRANSITION_##a] = b, macro