Searched defs:READY (Results 1 – 7 of 7) sorted by relevance
123 #define READY 1 macro
88 #define READY BIT(5) macro
119 NOT_CONNECTED, READY, WORKING, DOWNLOAD enumerator
64 enum diag_state { UNUSED = 0, OPENED, INIT, READY }; enumerator
81 READY = "xyz.openbmc_project.Software.Activation.Activations.Ready" variable
78 READY // host powered on and mem test passed - fully ready enumerator
234 #define READY(v) [SNDRV_PCM_READY_##v] = #v macro