Searched refs:abs_x (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/xen/io/ |
H A D | kbdif.h | 331 int32_t abs_x; member 489 int32_t abs_x; /* absolute X position, pixels */ member
|
/freebsd/sys/dev/usb/input/ |
H A D | wsp.c | 320 int16_t abs_x; /* absolute x coodinate */ member 1024 f->abs_x = le16toh((uint16_t)f->abs_x); in wsp_intr_callback() 1040 i, ibt, ntouch, f->origin, f->abs_x, f->abs_y, in wsp_intr_callback() 1043 sc->pos_x[i] = f->abs_x; in wsp_intr_callback() 1050 .x = f->abs_x, in wsp_intr_callback()
|
H A D | atp.c | 327 int16_t abs_x; /* absolute x coordinate */ member 1298 source_fingerp->abs_x = le16toh((uint16_t)source_fingerp->abs_x); in wsp_interpret_sensor_data() 1315 fingers[n_fingers].x = source_fingerp->abs_x; in wsp_interpret_sensor_data()
|
/freebsd/sys/dev/hid/ |
H A D | bcm5974.c | 177 uint16_t abs_x; /* absolute x coodinate */ 876 BCM5974_LE2H(f->abs_x), BCM5974_LE2H(f->abs_y), in bcm5974_intr() 887 .x = BCM5974_LE2H(f->abs_x), in bcm5974_intr() 175 uint16_t abs_x; /* absolute x coodinate */ global() member
|