Home
last modified time | relevance | path

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

/linux-6.6.21/sound/soc/codecs/
Dwm0010.c143 static const char * const state_to_str[] = { in wm0010_state_to_str() local
151 if (state < 0 || state >= ARRAY_SIZE(state_to_str)) in wm0010_state_to_str()
153 return state_to_str[state]; in wm0010_state_to_str()
/linux-6.6.21/arch/sparc/kernel/
Dldc.c183 static const char *state_to_str(u8 state) in state_to_str() function
1467 state_to_str(lp->state), in ldc_set_state()
1468 state_to_str(state)); in ldc_set_state()
1492 caller, lp->id, lp->flags, state_to_str(lp->state), in __ldc_print()