Searched refs:current_verb (Results 1 – 2 of 2) sorted by relevance
136 if (!strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_get_list()143 while(strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_get_list()160 if (!strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_get_list()167 while(strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_get_list()291 if (uc_mgr->card_ctxt_ptr->current_verb != NULL) { in snd_use_case_get()292 *value = strdup(uc_mgr->card_ctxt_ptr->current_verb); in snd_use_case_get()318 (!strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_get()321 uc_mgr->card_ctxt_ptr->current_verb, verb_index); in snd_use_case_get()378 (!strncmp(uc_mgr->card_ctxt_ptr->current_verb, in snd_use_case_get()382 uc_mgr->card_ctxt_ptr->current_verb, verb_index); in snd_use_case_get()[all …]
153 char current_verb[MAX_STR_LEN]; member