Searched refs:input_keymap_entry (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ |
D | input.h | 146 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.1.27/drivers/input/ |
D | sparse-keymap.c | 100 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()
|
D | evdev.c | 703 struct input_keymap_entry ke = { in evdev_handle_get_keycode() 726 struct input_keymap_entry ke; in evdev_handle_get_keycode_v2() 744 struct input_keymap_entry ke = { in evdev_handle_set_keycode() 761 struct input_keymap_entry ke; in evdev_handle_set_keycode_v2()
|
D | input.c | 732 int input_scancode_to_scalar(const struct input_keymap_entry *ke, in input_scancode_to_scalar() 777 struct input_keymap_entry *ke) in input_default_getkeycode() 805 const struct input_keymap_entry *ke, in input_default_setkeycode() 872 int input_get_keycode(struct input_dev *dev, struct input_keymap_entry *ke) in input_get_keycode() 894 const struct input_keymap_entry *ke) in input_set_keycode()
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | dvb-usb-remote.c | 12 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.1.27/include/uapi/linux/ |
D | input.h | 91 struct input_keymap_entry { struct 106 #define EVIOCGKEYCODE_V2 _IOR('E', 0x04, struct input_keymap_entry) argument 108 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
|
/linux-4.1.27/drivers/input/misc/ |
D | ati_remote2.c | 487 struct input_keymap_entry *ke) in ati_remote2_getkeycode() 528 const struct input_keymap_entry *ke, in ati_remote2_setkeycode()
|
/linux-4.1.27/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-4.1.27/drivers/media/rc/ |
D | rc-main.c | 328 const struct input_keymap_entry *ke, in ir_setkeycode() 446 struct input_keymap_entry *ke) in ir_getkeycode()
|
/linux-4.1.27/drivers/tty/vt/ |
D | keyboard.c | 163 struct input_keymap_entry ke;
|