Searched refs:bit_change (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/evdev/ |
| H A D | evdev.c | 773 bit_change(evdev->ev_key_states, code, value); in evdev_sparse_event() 790 bit_change(evdev->ev_led_states, code, value); in evdev_sparse_event() 794 bit_change(evdev->ev_snd_states, code, value); in evdev_sparse_event() 800 bit_change(evdev->ev_sw_states, code, value); in evdev_sparse_event()
|
| H A D | evdev_private.h | 254 bit_change(bitstr_t *bitstr, int bit, int value) in bit_change() function
|