Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/
H A Dsparse-keymap.c103 else if (input_scancode_to_scalar(ke, &scancode) == 0) in sparse_keymap_locate()
H A Dinput.c792 int input_scancode_to_scalar(const struct input_keymap_entry *ke, in input_scancode_to_scalar() function
814 EXPORT_SYMBOL(input_scancode_to_scalar);
848 error = input_scancode_to_scalar(ke, &index); in input_default_getkeycode()
878 error = input_scancode_to_scalar(ke, &index); in input_default_setkeycode()
/openbmc/linux/include/linux/
H A Dinput.h503 int input_scancode_to_scalar(const struct input_keymap_entry *ke,
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/drivers/hid/
H A Dhid-input.c169 else if (input_scancode_to_scalar(ke, &scancode) == 0) in hidinput_locate_usage()