Home
last modified time | relevance | path

Searched refs:USE_BSD_EVDEV (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/lvgl_demo/hal/
H A Devdev.h20 #ifndef USE_BSD_EVDEV
21 # define USE_BSD_EVDEV 0 macro
24 #if USE_EVDEV || USE_BSD_EVDEV
38 #if USE_EVDEV || USE_BSD_EVDEV
H A Devdev.c10 #if USE_EVDEV != 0 || USE_BSD_EVDEV
15 #if USE_BSD_EVDEV
121 #if USE_BSD_EVDEV in evdev_init()
131 #if USE_BSD_EVDEV in evdev_init()
153 #if USE_BSD_EVDEV in evdev_set_file()
164 #if USE_BSD_EVDEV in evdev_set_file()
/OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/
H A D0003-lv_drivers-Add-lv_conf.h-and-lv_drv_conf.h.patch471 +#ifndef USE_BSD_EVDEV
472 +# define USE_BSD_EVDEV 0
475 +#if USE_EVDEV || USE_BSD_EVDEV
496 +#if USE_LIBINPUT || USE_BSD_LIBINPUT || USE_EVDEV || USE_BSD_EVDEV
504 +#endif /*USE_LIBINPUT || USE_BSD_LIBINPUT || USE_EVDEV || USE_BSD_EVDEV*/