Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/drivers/platform/x86/
Ddell-laptop.c367 static int find_token_id(int tokenid) in find_token_id() argument
372 if (da_tokens[i].tokenID == tokenid) in find_token_id()
379 static int find_token_location(int tokenid) in find_token_location() argument
383 id = find_token_id(tokenid); in find_token_location()