Searched refs:EV_ABS (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | sun4i-a10-inet9f-rev03.dts | 69 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 D | bcm2835_ft5406.c | 165 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 D | gpio-keys.yaml | 49 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 D | ti_adc.c | 96 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 D | linux-event-codes.h | 41 #define EV_ABS 0x03 macro
|