Searched refs:hidinput_find_key (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/hid/ | 
| D | hid-input.c | 85 static struct hid_usage *hidinput_find_key(struct hid_device *hid,  in hidinput_find_key()  function122 		usage = hidinput_find_key(hid, match_index, ke->index, index);  in hidinput_locate_usage()
 124 		usage = hidinput_find_key(hid, match_scancode, scancode, index);  in hidinput_locate_usage()
 174 		if (hidinput_find_key(hid, match_keycode, *old_keycode, NULL))  in hidinput_setkeycode()
 
 |