Home
last modified time | relevance | path

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

/linux-6.15/drivers/bus/mhi/host/
H A Dtrace.h60 #undef ch_state_type
63 #define ch_state_type(a, b) TRACE_DEFINE_ENUM(MHI_CH_STATE_TYPE_##a); macro
68 #undef ch_state_type
71 #define ch_state_type(a, b) { MHI_CH_STATE_TYPE_##a, b }, macro
H A Dinternal.h47 ch_state_type(RESET, "RESET") \
48 ch_state_type(STOP, "STOP") \
H A Dinit.c48 #undef ch_state_type
51 #define ch_state_type(a, b) [MHI_CH_STATE_TYPE_##a] = b, macro