Home
last modified time | relevance | path

Searched refs:bits6_7 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dcypress_ps2.c419 unsigned char bits6_7; in cypress_get_finger_count() local
422 bits6_7 = header_byte >> 6; in cypress_get_finger_count()
423 finger_count = bits6_7 & 0x03; in cypress_get_finger_count()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dcypress_ps2.c419 unsigned char bits6_7; in cypress_get_finger_count() local
422 bits6_7 = header_byte >> 6; in cypress_get_finger_count()
423 finger_count = bits6_7 & 0x03; in cypress_get_finger_count()

Completed in 2 milliseconds