Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/evdev/
H A Devdev_private.h86 EV_LOCK_INTERNAL = 0, /* Internal evdev mutex */ enumerator
151 if ((evdev)->ev_lock_type == EV_LOCK_INTERNAL) \
157 if ((evdev)->ev_lock_type == EV_LOCK_INTERNAL) \
H A Devdev.c345 evdev->ev_lock_type = EV_LOCK_INTERNAL; in evdev_register()
392 if (ret == 0 && evdev->ev_lock_type == EV_LOCK_INTERNAL) { in evdev_unregister()
963 if (evdev->ev_lock_type != EV_LOCK_INTERNAL) in evdev_inject_event()
966 if (evdev->ev_lock_type != EV_LOCK_INTERNAL) in evdev_inject_event()