/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | gpio-decoder.txt | 11 - linux,axis: the input subsystem axis to map to (ABS_X/ABS_Y). 12 Defaults to 0 (ABS_X). 21 linux,axis = <0>; /* ABS_X */
|
H A D | adc-joystick.yaml | 75 For an ABS_X axis this will be the left-most and right-most 115 linux,code = <ABS_X>;
|
H A D | rotary-encoder.txt | 8 Defaults to 0 (ABS_X / REL_X)
|
H A D | rotary-encoder.yaml | 26 Defaults to 0 (ABS_X / REL_X)
|
/freebsd/sys/contrib/xen/io/ |
H A D | kbdif.h | 310 * | abs_x | 8 323 * abs_x - int32_t, absolute X position (in FB pixels) 331 int32_t abs_x; member 376 * | abs_x | 12 387 * abs_x - int32_t, absolute X position, in pixels 409 * | abs_x | 12 420 * abs_x - int32_t, absolute X position, in pixels, 489 int32_t abs_x; /* absolute X position, pixels */ member
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun4i-a10-inet9f-rev03.dts | 68 linux,code = <ABS_X>; 76 linux,code = <ABS_X>;
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3326-odroid-go2.dts | 28 linux,code = <ABS_X>;
|
H A D | rk3326-odroid-go2-v11.dts | 32 linux,code = <ABS_X>;
|
H A D | rk3566-anbernic-rg353x.dtsi | 28 linux,code = <ABS_X>;
|
H A D | rk3326-odroid-go3.dts | 49 linux,code = <ABS_X>;
|
H A D | rk3566-anbernic-rg503.dts | 37 linux,code = <ABS_X>;
|
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-h700-anbernic-rg35xx-h.dts | 30 linux,code = <ABS_X>;
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/ |
H A D | tanpif_3u1.c | 92 /* Test 0.25 < abs_x < 0.5 independent from abs_x_reduced. */ in arm_math_tanpif()
|
H A D | tanpi_2u5.c | 107 /* Test 0.25 < abs_x < 0.5 independent from abs_x_reduced. */ in arm_math_tanpi()
|
/freebsd/sys/dev/usb/input/ |
H A D | uep.c | 217 evdev_push_abs(sc->evdev, ABS_X, x); in uep_process_pkt() 382 evdev_support_abs(sc->evdev, ABS_X, 0, UEP_MAX_X, 0, 0, 0); in uep_attach()
|
H A D | wsp.c | 295 int16_t abs_x; /* absolute x coodinate */ member 999 f->abs_x = le16toh((uint16_t)f->abs_x); in wsp_intr_callback() 1015 i, ibt, ntouch, f->origin, f->abs_x, f->abs_y, in wsp_intr_callback() 1018 sc->pos_x[i] = f->abs_x; in wsp_intr_callback() 1025 .x = f->abs_x, in wsp_intr_callback()
|
H A D | atp.c | 327 int16_t abs_x; /* absolute x coordinate */ member 1298 source_fingerp->abs_x = le16toh((uint16_t)source_fingerp->abs_x); in wsp_interpret_sensor_data() 1315 fingers[n_fingers].x = source_fingerp->abs_x; in wsp_interpret_sensor_data()
|
/freebsd/sys/dev/hid/ |
H A D | xb360gp.c | 87 XB360GP_MAP_ABS_FLT(X, ABS_X),
|
H A D | hgame.c | 63 HGAME_MAP_ABS(X, ABS_X),
|
H A D | hpen.c | 73 { HPEN_MAP_ABS_GD(X, ABS_X), .required = true },
|
H A D | bcm5974.c | 177 uint16_t abs_x; /* absolute x coodinate */ 876 BCM5974_LE2H(f->abs_x), BCM5974_LE2H(f->abs_y), in bcm5974_intr() 887 .x = BCM5974_LE2H(f->abs_x), in bcm5974_intr() 175 uint16_t abs_x; /* absolute x coodinate */ global() member
|
H A D | hms.c | 89 [HMS_ABS_X] = HMS_MAP_ABS(HUG_X, ABS_X),
|
/freebsd/sys/arm/ti/ |
H A D | ti_adc.c | 94 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_X, sc->sc_x); in ti_adc_ev_report() 890 evdev_support_abs(sc->sc_evdev, ABS_X, 0, in ti_adc_attach()
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am335x-icev2.dts | 149 linux,axis = <0>; /* ABS_X */
|
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/ |
H A D | keystone-k2g-ice.dts | 129 linux,axis = <0>; /* ABS_X */
|