Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dinput.h157 const struct input_keymap_entry *ke,
160 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);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput.h111 struct input_keymap_entry { struct
132 #define EVIOCGKEYCODE_V2 _IOR('E', 0x04, struct input_keymap_entry) argument
134 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput.h111 struct input_keymap_entry { struct
132 #define EVIOCGKEYCODE_V2 _IOR('E', 0x04, struct input_keymap_entry) argument
134 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput.h114 struct input_keymap_entry { struct
135 #define EVIOCGKEYCODE_V2 _IOR('E', 0x04, struct input_keymap_entry) argument
137 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
/OK3568_Linux_fs/kernel/drivers/input/
H A 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()
H A 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()
H A Dinput.c774 int input_scancode_to_scalar(const struct input_keymap_entry *ke, in input_scancode_to_scalar()
819 struct input_keymap_entry *ke) in input_default_getkeycode()
847 const struct input_keymap_entry *ke, in input_default_setkeycode()
916 int input_get_keycode(struct input_dev *dev, struct input_keymap_entry *ke) in input_get_keycode()
938 const struct input_keymap_entry *ke) in input_set_keycode()
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A 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()
/OK3568_Linux_fs/buildroot/package/gcc/8.4.0/
H A D0003-libsanitizer-Remove-cyclades-from-libsanitizer.patch75 unsigned struct_input_keymap_entry_sz = sizeof(struct input_keymap_entry);
/OK3568_Linux_fs/buildroot/package/gcc/arc-2020.09-release/
H A D0002-libsanitizer-Remove-cyclades-from-libsanitizer.patch73 unsigned struct_input_keymap_entry_sz = sizeof(struct input_keymap_entry);
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dati_remote2.c482 struct input_keymap_entry *ke) in ati_remote2_getkeycode()
523 const struct input_keymap_entry *ke, in ati_remote2_setkeycode()
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A 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()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-input.c115 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()
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dkeyboard.c172 struct input_keymap_entry ke;