| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | rotary-encoder.txt | 8 Defaults to 0 (ABS_X / REL_X) 38 linux,axis = <0>; /* REL_X */
|
| H A D | rotary-encoder.yaml | 26 Defaults to 0 (ABS_X / REL_X) 86 linux,axis = <0>; /* REL_X */
|
| /freebsd/sys/dev/usb/input/ |
| H A D | wsp.c | 208 uint8_t rel_x; /* relative x coordinate */ member 322 int16_t rel_x; /* relative x coodinate */ member 1026 f->rel_x = le16toh((uint16_t)f->rel_x); in wsp_intr_callback() 1041 f->rel_x, f->rel_y, f->tool_major, f->tool_minor, f->orientation, in wsp_intr_callback() 1241 if ((abs(sc->index[0]->rel_x) + abs(sc->index[0]->rel_y)) < in wsp_intr_callback() 1242 (abs(sc->index[1]->rel_x) + abs(sc->index[1]->rel_y)) && in wsp_intr_callback() 1248 if ((abs(sc->index[0]->rel_x) + abs(sc->index[0]->rel_y)) >= in wsp_intr_callback() 1249 (abs(sc->index[1]->rel_x) + abs(sc->index[1]->rel_y)) && in wsp_intr_callback()
|
| H A D | ums.c | 727 evdev_support_rel(sc->sc_evdev, REL_X); in ums_attach() 930 evdev_push_rel(sc->sc_evdev, REL_X, dx); in ums_evdev_push()
|
| H A D | atp.c | 329 int16_t rel_x; /* relative x coordinate */ member 1300 source_fingerp->rel_x = le16toh((uint16_t)source_fingerp->rel_x); in wsp_interpret_sensor_data()
|
| /freebsd/sys/dev/syscons/ |
| H A D | sysmouse.c | 75 evdev_support_rel(sysmouse_evdev, REL_X); in smdev_evdev_init() 94 evdev_push_event(sysmouse_evdev, EV_REL, REL_X, x); in smdev_evdev_write()
|
| /freebsd/sys/dev/vt/ |
| H A D | vt_sysmouse.c | 109 evdev_support_rel(sysmouse_evdev, REL_X); in sysmouse_evdev_init() 128 evdev_push_event(sysmouse_evdev, EV_REL, REL_X, x); in sysmouse_evdev_store()
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mn-rve-gateway.dts | 73 linux,axis = <0>; /* REL_X */
|
| /freebsd/usr.sbin/bluetooth/bthidd/ |
| H A D | btuinput.c | 353 ioctl(fd, UI_SET_RELBIT, REL_X) < 0 || in uinput_open_mouse() 486 if ((x != 0 && uinput_write_event(fd, EV_REL, REL_X, x) < 0) || in uinput_rep_mouse()
|
| /freebsd/sys/contrib/device-tree/src/arm/intel/pxa/ |
| H A D | pxa300-raumfeld-common.dtsi | 125 linux,axis = <REL_X>;
|
| /freebsd/sys/dev/hid/ |
| H A D | hms.c | 86 [HMS_REL_X] = HMS_MAP_REL(HUG_X, REL_X),
|
| H A D | bcm5974.c | 179 uint16_t rel_x; /* relative x coodinate */ 877 BCM5974_LE2H(f->rel_x), BCM5974_LE2H(f->rel_y), in bcm5974_intr() 177 uint16_t rel_x; /* relative x coodinate */ global() member
|
| /freebsd/sys/contrib/xen/io/ |
| H A D | kbdif.h | 252 * | rel_x | 8 265 * rel_x - int32_t, relative X motion 273 int32_t rel_x; member
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | event-names.h | 23 [REL_X] = "REL_X", 1610 { .name = "REL_X", .value = REL_X },
|
| H A D | moused.c | 1416 } else if (!(bit_test(rel_bits, REL_X) && in r_identify_evdev() 2164 case REL_X: in r_protocol_evdev()
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | omap3-echo.dts | 87 linux,axis = <REL_X>;
|
| /freebsd/sys/dev/evdev/ |
| H A D | input-event-codes.h | 827 #define REL_X 0x00 macro
|
| /freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 818 #define REL_X 0x00 macro
|
| /freebsd/usr.sbin/moused/msconvd/ |
| H A D | msconvd.c | 814 ioctl(fd, UI_SET_RELBIT, REL_X) < 0 || in r_uinput_register() 854 if ((act->dx != 0 && uinput_event(fd, EV_REL, REL_X, act->dx) < 0) || in r_uinput_report()
|
| /freebsd/sys/dev/atkbdc/ |
| H A D | psm.c | 1789 evdev_support_rel(evdev_r, REL_X); 3375 evdev_push_rel(sc->evdev_r, REL_X, *x); 4719 evdev_push_rel(sc->evdev_r, REL_X, *x); 5135 evdev_push_rel(sc->evdev_r, REL_X, x);
|