Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dinput.h162 const struct input_keymap_entry *ke,
165 struct input_keymap_entry *ke);
503 int input_scancode_to_scalar(const struct input_keymap_entry *ke,
506 int input_get_keycode(struct input_dev *dev, struct input_keymap_entry *ke);
508 const struct input_keymap_entry *ke);
/linux-5.19.10/include/uapi/linux/
Dinput.h117 struct input_keymap_entry { struct
138 #define EVIOCGKEYCODE_V2 _IOR('E', 0x04, struct input_keymap_entry) argument
140 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
/linux-5.19.10/drivers/input/
Dsparse-keymap.c96 const struct input_keymap_entry *ke) in sparse_keymap_locate()
112 struct input_keymap_entry *ke) in sparse_keymap_getkeycode()
133 const struct input_keymap_entry *ke, in sparse_keymap_setkeycode()
Devdev.c804 struct input_keymap_entry ke = { in evdev_handle_get_keycode()
827 struct input_keymap_entry ke; in evdev_handle_get_keycode_v2()
845 struct input_keymap_entry ke = { in evdev_handle_set_keycode()
862 struct input_keymap_entry ke; in evdev_handle_set_keycode_v2()
Dinput.c814 int input_scancode_to_scalar(const struct input_keymap_entry *ke, in input_scancode_to_scalar()
859 struct input_keymap_entry *ke) in input_default_getkeycode()
887 const struct input_keymap_entry *ke, in input_default_setkeycode()
956 int input_get_keycode(struct input_dev *dev, struct input_keymap_entry *ke) in input_get_keycode()
978 const struct input_keymap_entry *ke) in input_set_keycode()
/linux-5.19.10/drivers/media/usb/dvb-usb/
Ddvb-usb-remote.c13 legacy_dvb_usb_get_keymap_index(const struct input_keymap_entry *ke, in legacy_dvb_usb_get_keymap_index()
46 struct input_keymap_entry *ke) in legacy_dvb_usb_getkeycode()
68 const struct input_keymap_entry *ke, in legacy_dvb_usb_setkeycode()
/linux-5.19.10/drivers/input/misc/
Dati_remote2.c482 struct input_keymap_entry *ke) in ati_remote2_getkeycode()
523 const struct input_keymap_entry *ke, in ati_remote2_setkeycode()
/linux-5.19.10/drivers/media/rc/
Drc-main.c175 static int scancode_to_u64(const struct input_keymap_entry *ke, u64 *scancode) in scancode_to_u64()
425 const struct input_keymap_entry *ke, in ir_setkeycode()
545 struct input_keymap_entry *ke) in ir_getkeycode()
/linux-5.19.10/drivers/hid/
Dhid-input.c161 const struct input_keymap_entry *ke, in hidinput_locate_usage()
178 struct input_keymap_entry *ke) in hidinput_getkeycode()
199 const struct input_keymap_entry *ke, in hidinput_setkeycode()
/linux-5.19.10/drivers/tty/vt/
Dkeyboard.c186 struct input_keymap_entry ke;