Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dinput.h146 const struct input_keymap_entry *ke,
149 struct input_keymap_entry *ke);
465 int input_scancode_to_scalar(const struct input_keymap_entry *ke,
468 int input_get_keycode(struct input_dev *dev, struct input_keymap_entry *ke);
470 const struct input_keymap_entry *ke);
/linux-4.4.14/include/uapi/linux/
Dinput.h92 struct input_keymap_entry { struct
113 #define EVIOCGKEYCODE_V2 _IOR('E', 0x04, struct input_keymap_entry) argument
115 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
/linux-4.4.14/drivers/input/
Dsparse-keymap.c100 const struct input_keymap_entry *ke) in sparse_keymap_locate()
116 struct input_keymap_entry *ke) in sparse_keymap_getkeycode()
137 const struct input_keymap_entry *ke, in sparse_keymap_setkeycode()
Devdev.c832 struct input_keymap_entry ke = { in evdev_handle_get_keycode()
855 struct input_keymap_entry ke; in evdev_handle_get_keycode_v2()
873 struct input_keymap_entry ke = { in evdev_handle_set_keycode()
890 struct input_keymap_entry ke; in evdev_handle_set_keycode_v2()
Dinput.c735 int input_scancode_to_scalar(const struct input_keymap_entry *ke, in input_scancode_to_scalar()
780 struct input_keymap_entry *ke) in input_default_getkeycode()
808 const struct input_keymap_entry *ke, in input_default_setkeycode()
875 int input_get_keycode(struct input_dev *dev, struct input_keymap_entry *ke) in input_get_keycode()
897 const struct input_keymap_entry *ke) in input_set_keycode()
/linux-4.4.14/drivers/media/usb/dvb-usb/
Ddvb-usb-remote.c12 legacy_dvb_usb_get_keymap_index(const struct input_keymap_entry *ke, in legacy_dvb_usb_get_keymap_index()
45 struct input_keymap_entry *ke) in legacy_dvb_usb_getkeycode()
67 const struct input_keymap_entry *ke, in legacy_dvb_usb_setkeycode()
/linux-4.4.14/drivers/input/misc/
Dati_remote2.c487 struct input_keymap_entry *ke) in ati_remote2_getkeycode()
528 const struct input_keymap_entry *ke, in ati_remote2_setkeycode()
/linux-4.4.14/drivers/hid/
Dhid-input.c127 const struct input_keymap_entry *ke, in hidinput_locate_usage()
144 struct input_keymap_entry *ke) in hidinput_getkeycode()
165 const struct input_keymap_entry *ke, in hidinput_setkeycode()
/linux-4.4.14/drivers/media/rc/
Drc-main.c329 const struct input_keymap_entry *ke, in ir_setkeycode()
447 struct input_keymap_entry *ke) in ir_getkeycode()
/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c164 struct input_keymap_entry ke;