Home
last modified time | relevance | path

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

/linux/drivers/auxdisplay/
H A Dht16k33.c333 unsigned long bits_changed; in ht16k33_keypad_scan() local
350 bits_changed = keypad->last_key_state[col] ^ new_state[col]; in ht16k33_keypad_scan()
352 for_each_set_bit(row, &bits_changed, BITS_PER_LONG) { in ht16k33_keypad_scan()