Searched refs:input_keymap_entry (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/linux/ |
D | input.h | 146 const struct input_keymap_entry *ke, 149 struct input_keymap_entry *ke); 469 int input_scancode_to_scalar(const struct input_keymap_entry *ke, 472 int input_get_keycode(struct input_dev *dev, struct input_keymap_entry *ke); 474 const struct input_keymap_entry *ke);
|
/Linux-v4.19/include/uapi/linux/ |
D | input.h | 109 struct input_keymap_entry { struct 130 #define EVIOCGKEYCODE_V2 _IOR('E', 0x04, struct input_keymap_entry) argument 132 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
|
/Linux-v4.19/drivers/input/ |
D | sparse-keymap.c | 99 const struct input_keymap_entry *ke) in sparse_keymap_locate() 115 struct input_keymap_entry *ke) in sparse_keymap_getkeycode() 136 const struct input_keymap_entry *ke, in sparse_keymap_setkeycode()
|
D | evdev.c | 839 struct input_keymap_entry ke = { in evdev_handle_get_keycode() 862 struct input_keymap_entry ke; in evdev_handle_get_keycode_v2() 880 struct input_keymap_entry ke = { in evdev_handle_set_keycode() 897 struct input_keymap_entry ke; in evdev_handle_set_keycode_v2()
|
D | input.c | 742 int input_scancode_to_scalar(const struct input_keymap_entry *ke, in input_scancode_to_scalar() 787 struct input_keymap_entry *ke) in input_default_getkeycode() 815 const struct input_keymap_entry *ke, in input_default_setkeycode() 882 int input_get_keycode(struct input_dev *dev, struct input_keymap_entry *ke) in input_get_keycode() 904 const struct input_keymap_entry *ke) in input_set_keycode()
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
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-v4.19/drivers/input/misc/ |
D | ati_remote2.c | 485 struct input_keymap_entry *ke) in ati_remote2_getkeycode() 526 const struct input_keymap_entry *ke, in ati_remote2_setkeycode()
|
/Linux-v4.19/drivers/hid/ |
D | hid-input.c | 127 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-v4.19/drivers/media/rc/ |
D | rc-main.c | 384 const struct input_keymap_entry *ke, in ir_setkeycode() 505 struct input_keymap_entry *ke) in ir_getkeycode()
|
/Linux-v4.19/drivers/tty/vt/ |
D | keyboard.c | 166 struct input_keymap_entry ke;
|