/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).
|
H A D | rotary-encoder.txt | 46 linux,axis = <1>; /* ABS_Y */
|
H A D | adc-joystick.yaml | 122 linux,code = <ABS_Y>;
|
/freebsd/sys/contrib/xen/io/ |
H A D | kbdif.h | 312 * | abs_y | 12 324 * abs_y - int32_t, absolute Y position (in FB pixels) 332 int32_t abs_y; member 378 * | abs_y | 16 388 * abs_y - int32_t, absolute Y position, in pixels 411 * | abs_y | 16 421 * abs_y - int32_t, absolute Y position, in pixels, 490 int32_t abs_y; /* absolute Y position, pixels */ member
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun4i-a10-inet9f-rev03.dts | 84 linux,code = <ABS_Y>; 92 linux,code = <ABS_Y>;
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3326-odroid-go2.dts | 36 linux,code = <ABS_Y>;
|
H A D | rk3326-odroid-go2-v11.dts | 40 linux,code = <ABS_Y>;
|
H A D | rk3566-anbernic-rg353x.dtsi | 44 linux,code = <ABS_Y>;
|
H A D | rk3326-odroid-go3.dts | 65 linux,code = <ABS_Y>;
|
H A D | rk3566-anbernic-rg503.dts | 53 linux,code = <ABS_Y>;
|
H A D | rk3326-gameforce-chi.dts | 40 linux,code = <ABS_Y>;
|
H A D | rk3566-powkiddy-rk2023.dtsi | 54 linux,code = <ABS_Y>;
|
H A D | rk3566-powkiddy-x55.dts | 49 linux,code = <ABS_Y>;
|
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-h700-anbernic-rg35xx-h.dts | 38 linux,code = <ABS_Y>;
|
/freebsd/sys/dev/usb/input/ |
H A D | uep.c | 218 evdev_push_abs(sc->evdev, ABS_Y, y); in uep_process_pkt() 383 evdev_support_abs(sc->evdev, ABS_Y, 0, UEP_MAX_Y, 0, 0, 0); in uep_attach()
|
H A D | wsp.c | 296 int16_t abs_y; /* absolute y coodinate */ member 1000 f->abs_y = le16toh((uint16_t)f->abs_y); in wsp_intr_callback() 1015 i, ibt, ntouch, f->origin, f->abs_x, f->abs_y, in wsp_intr_callback() 1019 sc->pos_y[i] = -f->abs_y; in wsp_intr_callback() 1026 .y = params->y.min + params->y.max - f->abs_y, in wsp_intr_callback()
|
H A D | atp.c | 328 int16_t abs_y; /* absolute y coordinate */ member 1299 source_fingerp->abs_y = le16toh((uint16_t)source_fingerp->abs_y); in wsp_interpret_sensor_data() 1316 fingers[n_fingers].y = -source_fingerp->abs_y; in wsp_interpret_sensor_data()
|
/freebsd/sys/dev/hid/ |
H A D | xb360gp.c | 88 XB360GP_MAP_ABS_INV(Y, ABS_Y),
|
H A D | hgame.c | 64 HGAME_MAP_ABS(Y, ABS_Y),
|
H A D | hpen.c | 74 { HPEN_MAP_ABS_GD(Y, ABS_Y), .required = true },
|
H A D | bcm5974.c | 178 uint16_t abs_y; /* absolute y coodinate */ 876 BCM5974_LE2H(f->abs_x), BCM5974_LE2H(f->abs_y), in bcm5974_intr() 889 BCM5974_LE2H(f->abs_y), in bcm5974_intr() 176 uint16_t abs_y; /* absolute y coodinate */ global() member
|
H A D | hms.c | 90 [HMS_ABS_Y] = HMS_MAP_ABS(HUG_Y, ABS_Y),
|
/freebsd/sys/arm/ti/ |
H A D | ti_adc.c | 95 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_Y, sc->sc_y); in ti_adc_ev_report() 892 evdev_support_abs(sc->sc_evdev, ABS_Y, 0, in ti_adc_attach()
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-g12b-odroid-go-ultra.dts | 33 linux,code = <ABS_Y>;
|
/freebsd/sys/dev/evdev/ |
H A D | evdev_mt.c | 71 { ABS_MT_POSITION_Y, ABS_Y, 0 },
|