Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-input.c131 static struct hid_usage *hidinput_find_key(struct hid_device *hid, in hidinput_find_key() function
168 usage = hidinput_find_key(hid, match_index, ke->index, index); in hidinput_locate_usage()
170 usage = hidinput_find_key(hid, match_scancode, scancode, index); in hidinput_locate_usage()
221 if (hidinput_find_key(hid, match_keycode, *old_keycode, NULL)) in hidinput_setkeycode()