Home
last modified time | relevance | path

Searched refs:EV_ABS (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dsun4i-a10-inet9f-rev03.dts69 linux,input-type = <EV_ABS>;
77 linux,input-type = <EV_ABS>;
85 linux,input-type = <EV_ABS>;
93 linux,input-type = <EV_ABS>;
101 linux,input-type = <EV_ABS>;
109 linux,input-type = <EV_ABS>;
117 linux,input-type = <EV_ABS>;
125 linux,input-type = <EV_ABS>;
133 linux,input-type = <EV_ABS>;
141 linux,input-type = <EV_ABS>;
[all …]
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c165 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_MT_SLOT, id); in ft5406ts_callout()
166 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_MT_TRACKING_ID, id); in ft5406ts_callout()
167 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_MT_POSITION_X, x); in ft5406ts_callout()
168 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_MT_POSITION_Y, y); in ft5406ts_callout()
247 evdev_support_event(sc->sc_evdev, EV_ABS); in ft5406ts_init()
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dgpio-keys.yaml49 If linux,input-type is EV_ABS or EV_REL then this
51 EV_ABS/EV_REL axis will generate an event with a value of 0
/f-stack/freebsd/arm/ti/
H A Dti_adc.c96 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_X, sc->sc_x); in ti_adc_ev_report()
97 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_Y, sc->sc_y); in ti_adc_ev_report()
890 evdev_support_event(sc->sc_evdev, EV_ABS); in ti_adc_attach()
/f-stack/freebsd/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h41 #define EV_ABS 0x03 macro