Searched refs:x_map (Results 1 – 2 of 2) sorted by relevance
270 unsigned int x_map, unsigned int y_map, in alps_process_bitmap() argument284 if (!x_map || !y_map) in alps_process_bitmap()291 for (i = 0; x_map != 0; i++, x_map >>= 1) { in alps_process_bitmap()292 bit = x_map & 1; in alps_process_bitmap()470 f->x_map = ((p[4] & 0x7e) << 8) | in alps_decode_pinnacle()489 f->x_map |= (p[5] & 0x10) << 11; in alps_decode_rushmore()500 f->x_map = ((p[2] & 0x60) >> 5) | in alps_decode_dolphin()544 f.x_map, f.y_map, in alps_process_touchpad_packet_v3()
81 unsigned int x_map; member