Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/evdev/
H A Devdev_private.h89 enum evdev_lock_type ev_lock_type; member
152 if ((evdev)->ev_lock_type == EV_LOCK_INTERNAL) \
158 if ((evdev)->ev_lock_type == EV_LOCK_INTERNAL) \
H A Devdev.c336 evdev->ev_lock_type = EV_LOCK_INTERNAL; in evdev_register()
351 evdev->ev_lock_type = EV_LOCK_MTX; in evdev_register_mtx()
381 if (ret == 0 && evdev->ev_lock_type == EV_LOCK_INTERNAL) in evdev_unregister()
959 if (evdev->ev_lock_type != EV_LOCK_INTERNAL) in evdev_inject_event()
962 if (evdev->ev_lock_type != EV_LOCK_INTERNAL) in evdev_inject_event()