Searched refs:tokenid (Results 1 – 2 of 2) sorted by relevance
63 u16 tokenid; member127 while (token->tokenid != 0xffff) { in find_micmute_tokens()128 if (token->tokenid == GLOBAL_MIC_MUTE_DISABLE) in find_micmute_tokens()130 else if (token->tokenid == GLOBAL_MIC_MUTE_ENABLE) in find_micmute_tokens()
372 static int find_token_id(int tokenid) in find_token_id() argument377 if (da_tokens[i].tokenID == tokenid) in find_token_id()384 static int find_token_location(int tokenid) in find_token_location() argument388 id = find_token_id(tokenid); in find_token_location()