Searched refs:hidinput_find_key (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/hid/ |
D | hid-input.c | 97 static struct hid_usage *hidinput_find_key(struct hid_device *hid, in hidinput_find_key() function 134 usage = hidinput_find_key(hid, match_index, ke->index, index); in hidinput_locate_usage() 136 usage = hidinput_find_key(hid, match_scancode, scancode, index); in hidinput_locate_usage() 186 if (hidinput_find_key(hid, match_keycode, *old_keycode, NULL)) in hidinput_setkeycode()
|