Home
last modified time | relevance | path

Searched refs:BTN_MOUSE (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/syscons/
H A Dsysmouse.c80 evdev_support_key(sysmouse_evdev, BTN_MOUSE + i); in smdev_evdev_init()
/freebsd/sys/dev/hid/
H A Dhms.c93 [HMS_BTN] = HMS_MAP_BUT_RG(1, 16, BTN_MOUSE),
H A Dhmt.c424 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 Dvt_sysmouse.c114 evdev_support_key(sysmouse_evdev, BTN_MOUSE + i); in sysmouse_evdev_init()
/freebsd/sys/dev/usb/input/
H A Dwmt.c438 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 Dums.c739 evdev_support_key(sc->sc_evdev, BTN_MOUSE + i); in ums_attach()
/freebsd/sys/dev/evdev/
H A Dinput-event-codes.h367 #define BTN_MOUSE 0x110 macro
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h355 #define BTN_MOUSE 0x110 macro
/freebsd/sys/dev/atkbdc/
H A Dpsm.c1796 evdev_support_key(evdev_r, BTN_MOUSE + i);