Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
H A Dcyapa_gen3.c93 u8 y_lo; /* low 8 bits of y position value. */ member
1163 ((touch->xy_hi & 0x0f) << 8) | touch->y_lo); in cyapa_gen3_event_process()