Home
last modified time | relevance | path

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

/linux/drivers/input/misc/
H A Dati_remote2.c471 if (input_scancode_to_scalar(ke, &scancode)) in ati_remote2_getkeycode()
511 if (input_scancode_to_scalar(ke, &scancode)) in ati_remote2_setkeycode()
/linux/include/linux/
H A Dinput.h523 int input_scancode_to_scalar(const struct input_keymap_entry *ke,
/linux/drivers/input/
H A Dinput.c794 int input_scancode_to_scalar(const struct input_keymap_entry *ke, in input_scancode_to_scalar() function
816 EXPORT_SYMBOL(input_scancode_to_scalar);
850 error = input_scancode_to_scalar(ke, &index); in input_default_getkeycode()
896 error = input_scancode_to_scalar(ke, &index); in input_default_setkeycode()