Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dlinux_evdev.c22 static int linux_evdev_fd = -1; variable
57 if (linux_evdev_fd >= 0) { in linux_evdev_cleanup()
58 nsi_host_close(linux_evdev_fd); in linux_evdev_cleanup()
75 ret = linux_evdev_read(linux_evdev_fd, &type, &code, &value); in linux_evdev_thread_fn()
98 linux_evdev_fd = linux_evdev_open(linux_evdev_path); in linux_evdev_init()