Home
last modified time | relevance | path

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

/freebsd/sys/dev/evdev/
H A Devdev.c767 bit_change(evdev->ev_key_states, code, value); in evdev_sparse_event()
784 bit_change(evdev->ev_led_states, code, value); in evdev_sparse_event()
788 bit_change(evdev->ev_snd_states, code, value); in evdev_sparse_event()
794 bit_change(evdev->ev_sw_states, code, value); in evdev_sparse_event()
H A Devdev_private.h253 bit_change(bitstr_t *bitstr, int bit, int value) in bit_change() function