Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/
H A Dsparse-keymap.c103 else if (input_scancode_to_scalar(ke, &scancode) == 0) in sparse_keymap_locate()
H A Dinput.c774 int input_scancode_to_scalar(const struct input_keymap_entry *ke, in input_scancode_to_scalar() function
796 EXPORT_SYMBOL(input_scancode_to_scalar);
830 error = input_scancode_to_scalar(ke, &index); in input_default_getkeycode()
860 error = input_scancode_to_scalar(ke, &index); in input_default_setkeycode()
/OK3568_Linux_fs/kernel/include/linux/
H A Dinput.h503 int input_scancode_to_scalar(const struct input_keymap_entry *ke,
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dati_remote2.c500 if (input_scancode_to_scalar(ke, &scancode)) in ati_remote2_getkeycode()
540 if (input_scancode_to_scalar(ke, &scancode)) in ati_remote2_setkeycode()
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c23 if (input_scancode_to_scalar(ke, &scancode)) in legacy_dvb_usb_get_keymap_index()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-input.c123 else if (input_scancode_to_scalar(ke, &scancode) == 0) in hidinput_locate_usage()