Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dwm0010.c147 static const char * const state_to_str[] = { in wm0010_state_to_str() local
155 if (state < 0 || state >= ARRAY_SIZE(state_to_str)) in wm0010_state_to_str()
157 return state_to_str[state]; in wm0010_state_to_str()
/linux-4.4.14/arch/sparc/kernel/
Dldc.c181 static const char *state_to_str(u8 state) in state_to_str() function
202 state_to_str(lp->state), in ldc_set_state()
203 state_to_str(state)); in ldc_set_state()