Home
last modified time | relevance | path

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

/linux/drivers/misc/mei/
H A Dhbm.c52 #define MEI_HBM_STATE(state) case MEI_HBM_##state: return #state in mei_hbm_state_str() macro
54 MEI_HBM_STATE(IDLE); in mei_hbm_state_str()
55 MEI_HBM_STATE(STARTING); in mei_hbm_state_str()
56 MEI_HBM_STATE(STARTED); in mei_hbm_state_str()
57 MEI_HBM_STATE(DR_SETUP); in mei_hbm_state_str()
58 MEI_HBM_STATE(ENUM_CLIENTS); in mei_hbm_state_str()
59 MEI_HBM_STATE(CLIENT_PROPERTIES); in mei_hbm_state_str()
60 MEI_HBM_STATE(STOPPED); in mei_hbm_state_str()
64 #undef MEI_HBM_STATE in mei_hbm_state_str()