Searched refs:BTN_MOUSE (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/syscons/ |
H A D | sysmouse.c | 80 evdev_support_key(sysmouse_evdev, BTN_MOUSE + i); in smdev_evdev_init()
|
/freebsd/sys/dev/hid/ |
H A D | hms.c | 93 [HMS_BTN] = HMS_MAP_BUT_RG(1, 16, BTN_MOUSE),
|
H A D | hmt.c | 424 evdev_support_key(sc->evdev, BTN_MOUSE + btn); in hmt_attach() 645 evdev_push_key(sc->evdev, BTN_MOUSE + btn, in hmt_intr()
|
/freebsd/sys/dev/vt/ |
H A D | vt_sysmouse.c | 114 evdev_support_key(sysmouse_evdev, BTN_MOUSE + i); in sysmouse_evdev_init()
|
/freebsd/sys/dev/usb/input/ |
H A D | wmt.c | 438 evdev_support_key(sc->evdev, BTN_MOUSE + btn); in wmt_attach() 621 evdev_push_key(sc->evdev, BTN_MOUSE + btn, in wmt_process_report()
|
H A D | ums.c | 739 evdev_support_key(sc->sc_evdev, BTN_MOUSE + i); in ums_attach()
|
/freebsd/sys/dev/evdev/ |
H A D | input-event-codes.h | 367 #define BTN_MOUSE 0x110 macro
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 355 #define BTN_MOUSE 0x110 macro
|
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 1796 evdev_support_key(evdev_r, BTN_MOUSE + i);
|