Home
last modified time | relevance | path

Searched full:rel_x (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/input/
H A Drotary-encoder.txt8 Defaults to 0 (ABS_X / REL_X)
38 linux,axis = <0>; /* REL_X */
H A Drotary-encoder.yaml26 Defaults to 0 (ABS_X / REL_X)
86 linux,axis = <0>; /* REL_X */
/freebsd/sys/dev/usb/input/
H A Dwsp.c208 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 Dums.c727 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 Datp.c329 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 Dsysmouse.c75 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 Dvt_sysmouse.c109 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 Dimx8mn-rve-gateway.dts73 linux,axis = <0>; /* REL_X */
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c353 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 Dpxa300-raumfeld-common.dtsi125 linux,axis = <REL_X>;
/freebsd/sys/dev/hid/
H A Dhms.c86 [HMS_REL_X] = HMS_MAP_REL(HUG_X, REL_X),
H A Dbcm5974.c179 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 Dkbdif.h252 * | rel_x | 8
265 * rel_x - int32_t, relative X motion
273 int32_t rel_x; member
/freebsd/usr.sbin/moused/moused/
H A Devent-names.h23 [REL_X] = "REL_X",
1610 { .name = "REL_X", .value = REL_X },
H A Dmoused.c1416 } 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 Domap3-echo.dts87 linux,axis = <REL_X>;
/freebsd/sys/dev/evdev/
H A Dinput-event-codes.h827 #define REL_X 0x00 macro
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h818 #define REL_X 0x00 macro
/freebsd/usr.sbin/moused/msconvd/
H A Dmsconvd.c814 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 Dpsm.c1789 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);