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