Searched refs:input_keymap_entry (Results 1 – 7 of 7) sorted by relevance
/linux/include/uapi/linux/ |
H A D | input.h | 117 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/drivers/input/ |
H A D | sparse-keymap.c | 96 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()
|
H A D | evdev.c | 802 struct input_keymap_entry ke = { in evdev_handle_get_keycode() 825 struct input_keymap_entry ke; in evdev_handle_get_keycode_v2() 843 struct input_keymap_entry ke = { in evdev_handle_set_keycode() 860 struct input_keymap_entry ke; in evdev_handle_set_keycode_v2()
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | dvb-usb-remote.c | 13 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/drivers/input/misc/ |
H A D | ati_remote2.c | 453 struct input_keymap_entry *ke) in ati_remote2_getkeycode() 494 const struct input_keymap_entry *ke, in ati_remote2_setkeycode()
|
/linux/drivers/media/rc/ |
H A D | rc-main.c | 175 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/drivers/tty/vt/ |
H A D | keyboard.c | 186 struct input_keymap_entry ke;
|