Searched refs:input_keymap_entry (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | input.h | 156 			  const struct input_keymap_entry *ke,159 			  struct input_keymap_entry *ke);
 492 int input_scancode_to_scalar(const struct input_keymap_entry *ke,
 495 int input_get_keycode(struct input_dev *dev, struct input_keymap_entry *ke);
 497 		      const struct input_keymap_entry *ke);
 
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | input.h | 113 struct input_keymap_entry {  struct134 #define EVIOCGKEYCODE_V2	_IOR('E', 0x04, struct input_keymap_entry)  argument
 136 #define EVIOCSKEYCODE_V2	_IOW('E', 0x04, struct input_keymap_entry)
 
 | 
| /Linux-v5.4/drivers/input/ | 
| 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()
 
 | 
| D | evdev.c | 816 	struct input_keymap_entry ke = {  in evdev_handle_get_keycode()839 	struct input_keymap_entry ke;  in evdev_handle_get_keycode_v2()
 857 	struct input_keymap_entry ke = {  in evdev_handle_set_keycode()
 874 	struct input_keymap_entry ke;  in evdev_handle_set_keycode_v2()
 
 | 
| D | input.c | 762 int input_scancode_to_scalar(const struct input_keymap_entry *ke,  in input_scancode_to_scalar()807 				    struct input_keymap_entry *ke)  in input_default_getkeycode()
 835 				    const struct input_keymap_entry *ke,  in input_default_setkeycode()
 902 int input_get_keycode(struct input_dev *dev, struct input_keymap_entry *ke)  in input_get_keycode()
 924 		      const struct input_keymap_entry *ke)  in input_set_keycode()
 
 | 
| /Linux-v5.4/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-v5.4/drivers/input/misc/ | 
| D | ati_remote2.c | 482 				  struct input_keymap_entry *ke)  in ati_remote2_getkeycode()523 				  const struct input_keymap_entry *ke,  in ati_remote2_setkeycode()
 
 | 
| /Linux-v5.4/drivers/hid/ | 
| D | hid-input.c | 115 					const struct input_keymap_entry *ke,  in hidinput_locate_usage()132 			       struct input_keymap_entry *ke)  in hidinput_getkeycode()
 153 			       const struct input_keymap_entry *ke,  in hidinput_setkeycode()
 
 | 
| /Linux-v5.4/drivers/media/rc/ | 
| D | rc-main.c | 391 			 const struct input_keymap_entry *ke,  in ir_setkeycode()512 			 struct input_keymap_entry *ke)  in ir_getkeycode()
 
 | 
| /Linux-v5.4/drivers/tty/vt/ | 
| D | keyboard.c | 167 	struct input_keymap_entry ke;
 |