Searched refs:BTN_MISC (Results 1 – 15 of 15) sorted by relevance
| /freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/ |
| H A D | imx28-eukrea-mbmx28lc.dtsi | 30 linux,code = <BTN_MISC>; 43 linux,code = <BTN_MISC>;
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx6ull-engicam-microgea-gtw.dts | 38 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 | imx6ul-imx6ull-opos6uldev.dtsi | 27 linux,code = <BTN_MISC>;
|
| H A D | imx6qdl-apf6dev.dtsi | 55 linux,code = <BTN_MISC>;
|
| /freebsd/sys/dev/evdev/ |
| H A D | evdev.c | 157 bit_ffs(evdev->ev_key_flags, BTN_MISC, &res); in evdev_estimate_report_size() 159 bit_count(evdev->ev_key_flags, BTN_MISC, KEY_OK - BTN_MISC, &res); in evdev_estimate_report_size()
|
| H A D | input-event-codes.h | 356 #define BTN_MISC 0x100 macro
|
| /freebsd/sys/dev/hid/ |
| H A D | hcons.c | 65 HCONS_MAP_KEY(0x036, BTN_MISC),
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/ls/ |
| H A D | ls1021a-moxa-uc-8410a.dts | 134 linux,code = <BTN_MISC>;
|
| /freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
| H A D | meson-g12a-fbx8am.dts | 37 linux,code = <BTN_MISC>;
|
| /freebsd/sys/contrib/device-tree/src/arm64/xilinx/ |
| H A D | zynqmp-sm-k26-revA.dts | 72 linux,code = <BTN_MISC>;
|
| /freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 343 #define BTN_MISC 0x100 macro
|
| /freebsd/usr.sbin/bluetooth/bthidd/ |
| H A D | btuinput.c | 151 [0x036] = BTN_MISC,
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | moused.c | 1383 has_keys = bit_find(key_bits, 0, BTN_MISC - 1); in r_identify_evdev() 1384 has_buttons = bit_find(key_bits, BTN_MISC, BTN_JOYSTICK - 1); in r_identify_evdev()
|