Home
last modified time | relevance | path

Searched refs:EV_KEY (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/device-tree/src/arm64/nvidia/
H A Dtegra186-p2771-0000.dts306 linux,input-type = <EV_KEY>;
317 linux,input-type = <EV_KEY>;
326 linux,input-type = <EV_KEY>;
H A Dtegra194-p2972-0000.dts235 linux,input-type = <EV_KEY>;
244 linux,input-type = <EV_KEY>;
H A Dtegra194-p3509-0000+p3668-0000.dts186 linux,input-type = <EV_KEY>;
195 linux,input-type = <EV_KEY>;
H A Dtegra210-p3450-0000.dts720 linux,input-type = <EV_KEY>;
730 linux,input-type = <EV_KEY>;
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dgpio-keys.yaml42 <1> == EV_KEY.
/f-stack/freebsd/arm/ti/
H A Dti_adc.c98 evdev_push_event(sc->sc_evdev, EV_KEY, BTN_TOUCH, sc->sc_pen_down); in ti_adc_ev_report()
891 evdev_support_event(sc->sc_evdev, EV_KEY); in ti_adc_attach()
/f-stack/freebsd/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h39 #define EV_KEY 0x01 macro