Searched refs:bit_change (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/evdev/ |
| H A D | evdev.c | 767 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 D | evdev_private.h | 253 bit_change(bitstr_t *bitstr, int bit, int value) in bit_change() function
|