Home
last modified time | relevance | path

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

/drivers/leds/
Ddell-led.c63 u16 tokenid; member
127 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()
/drivers/platform/x86/
Ddell-laptop.c372 static int find_token_id(int tokenid) in find_token_id() argument
377 if (da_tokens[i].tokenID == tokenid) in find_token_id()
384 static int find_token_location(int tokenid) in find_token_location() argument
388 id = find_token_id(tokenid); in find_token_location()