Searched refs:xy_hi (Results 1 – 2 of 2) sorted by relevance
46 u8 xy_hi; /* higher bits of x and y coordinates */ member58 u8 xy_hi; /* higher bits of x and y coordinates */ member143 if (p0->xy_hi == 0xFF && p0->x_low == 0xFF && p0->y_low == 0xFF) { in msg2138_ts_irq_handler()144 if (p1->xy_hi == 0xFF && p1->y_low == 0xFF) in msg2138_ts_irq_handler()149 x = ((p0->xy_hi & 0xF0) << 4) | p0->x_low; in msg2138_ts_irq_handler()150 y = ((p0->xy_hi & 0x0F) << 8) | p0->y_low; in msg2138_ts_irq_handler()157 if (p1->xy_hi == 0xFF && p1->x_low == 0xFF && p1->y_low == 0xFF) in msg2138_ts_irq_handler()161 delta_x = ((p1->xy_hi & 0xF0) << 4) | p1->x_low; in msg2138_ts_irq_handler()162 delta_y = ((p1->xy_hi & 0x0F) << 8) | p1->y_low; in msg2138_ts_irq_handler()224 if (p->xy_hi == 0xFF && p->x_low == 0xFF && p->y_low == 0xFF) in msg2638_ts_irq_handler()[all …]
91 u8 xy_hi; member1161 ((touch->xy_hi & 0xf0) << 4) | touch->x_lo); in cyapa_gen3_event_process()1163 ((touch->xy_hi & 0x0f) << 8) | touch->y_lo); in cyapa_gen3_event_process()