Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
H A Dcyapa_gen3.c92 u8 x_lo; /* low 8 bits of x position value. */ member
1161 ((touch->xy_hi & 0xf0) << 4) | touch->x_lo); in cyapa_gen3_event_process()