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

/linux-4.4.14/drivers/input/mouse/
H A Dcyapa_gen3.c91 u8 xy_hi; member in struct:cyapa_touch
1203 ((touch->xy_hi & 0xf0) << 4) | touch->x_lo); cyapa_gen3_irq_handler()
1205 ((touch->xy_hi & 0x0f) << 8) | touch->y_lo); cyapa_gen3_irq_handler()

Completed in 75 milliseconds