| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | joydev.c | 51 __u16 keymap[KEY_MAX - BTN_MISC + 1]; 52 __u16 keypam[KEY_MAX - BTN_MISC + 1]; 123 if (code < BTN_MISC || value == 2) in joydev_event() 126 event.number = joydev->keymap[code - BTN_MISC]; in joydev_event() 494 if (keypam[i] > KEY_MAX || keypam[i] < BTN_MISC) { in joydev_handle_JSIOCSBTNMAP() 503 joydev->keymap[joydev->keypam[i] - BTN_MISC] = i; in joydev_handle_JSIOCSBTNMAP() 945 for (i = BTN_JOYSTICK - BTN_MISC; i < KEY_MAX - BTN_MISC + 1; i++) in joydev_connect() 946 if (test_bit(i + BTN_MISC, dev->keybit)) { in joydev_connect() 948 joydev->keypam[joydev->nkey] = i + BTN_MISC; in joydev_connect() 952 for (i = 0; i < BTN_JOYSTICK - BTN_MISC; i++) in joydev_connect() [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | joystick.h | 66 #define JSIOCSBTNMAP _IOW('j', 0x33, __u16[KEY_MAX - BTN_MISC + 1]) /* set button mapping */ 67 #define JSIOCGBTNMAP _IOR('j', 0x34, __u16[KEY_MAX - BTN_MISC + 1]) /* get button mapping */
|
| H A D | input-event-codes.h | 343 #define BTN_MISC 0x100 macro
|
| /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 D | joystick.h | 66 #define JSIOCSBTNMAP _IOW('j', 0x33, __u16[KEY_MAX - BTN_MISC + 1]) /* set button mapping */ 67 #define JSIOCGBTNMAP _IOR('j', 0x34, __u16[KEY_MAX - BTN_MISC + 1]) /* get button mapping */
|
| H A D | input-event-codes.h | 342 #define BTN_MISC 0x100 macro
|
| /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 D | joystick.h | 66 #define JSIOCSBTNMAP _IOW('j', 0x33, __u16[KEY_MAX - BTN_MISC + 1]) /* set button mapping */ 67 #define JSIOCGBTNMAP _IOR('j', 0x34, __u16[KEY_MAX - BTN_MISC + 1]) /* get button mapping */
|
| H A D | input-event-codes.h | 342 #define BTN_MISC 0x100 macro
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | imx28-eukrea-mbmx28lc.dtsi | 30 linux,code = <BTN_MISC>; 43 linux,code = <BTN_MISC>;
|
| H A D | imx35-eukrea-mbimxsd35-baseboard.dts | 24 linux,code = <BTN_MISC>;
|
| H A D | imx25-eukrea-mbimxsd25-baseboard.dts | 24 linux,code = <BTN_MISC>;
|
| H A D | ls1021a-moxa-uc-8410a.dts | 134 linux,code = <BTN_MISC>;
|
| H A D | imx6ul-imx6ull-opos6uldev.dtsi | 27 linux,code = <BTN_MISC>;
|
| H A D | imx6qdl-apf6dev.dtsi | 55 linux,code = <BTN_MISC>;
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | usb-mouse.c | 74 usbRead(pDev, motion, enqueue, BTN_MISC, block); in mouUSBRead()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | ev.c | 132 if (event.code > BTN_MISC) { in main()
|
| /OK3568_Linux_fs/kernel/sound/usb/caiaq/ |
| H A D | input.c | 59 #define MASCHINE_BUTTON(X) ((X) + BTN_MISC) 117 #define KONTROLS4_BUTTON(X) ((X) + BTN_MISC) 679 cdev->keycode[i] = BTN_MISC + i; in snd_usb_caiaq_input_init()
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 341 #define BTN_MISC 0x100 macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 319 #define BTN_MISC 0x100 macro
|
| H A D | linux-event-codes.h | 343 #define BTN_MISC 0x100 macro
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-input.c | 637 default: code += BTN_MISC; in hidinput_configure_usage() 888 case 0x036: map_key_clear(BTN_MISC); break; in hidinput_configure_usage() 1136 map_key(BTN_MISC); in hidinput_configure_usage()
|
| H A D | hid-logitech-hidpp.c | 3059 input_report_key(hidpp->input, BTN_MISC + i, in hidpp10_extra_mouse_buttons_raw_event()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | imx6ul-opos6uldev.dts | 76 linux,code = <BTN_MISC>;
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | hil_kbd.c | 409 btntype = BTN_MISC; in hil_dev_pointer_setup()
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | keyboard.c | 1389 if (keycode < BTN_MISC && printk_ratelimit()) in kbd_keycode() 1524 for (i = KEY_RESERVED; i < BTN_MISC; i++) in kbd_match()
|