Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/evdev/
Devdev_private.h78 EV_LOCK_INTERNAL = 0, /* Internal evdev mutex */ enumerator
152 if ((evdev)->ev_lock_type == EV_LOCK_INTERNAL) \
158 if ((evdev)->ev_lock_type == EV_LOCK_INTERNAL) \
Devdev.c341 evdev->ev_lock_type = EV_LOCK_INTERNAL; in evdev_register()
386 if (ret == 0 && evdev->ev_lock_type == EV_LOCK_INTERNAL) in evdev_unregister()
964 if (evdev->ev_lock_type != EV_LOCK_INTERNAL) in evdev_inject_event()
967 if (evdev->ev_lock_type != EV_LOCK_INTERNAL) in evdev_inject_event()