Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/io/
H A Dkbdif.h332 int32_t abs_y; member
490 int32_t abs_y; /* absolute Y position, pixels */ member
/freebsd/sys/dev/usb/input/
H A Dwsp.c297 int16_t abs_y; /* absolute y coodinate */ member
1001 f->abs_y = le16toh((uint16_t)f->abs_y); in wsp_intr_callback()
1016 i, ibt, ntouch, f->origin, f->abs_x, f->abs_y, in wsp_intr_callback()
1020 sc->pos_y[i] = -f->abs_y; in wsp_intr_callback()
1027 .y = params->y.min + params->y.max - f->abs_y, in wsp_intr_callback()
H A Datp.c329 int16_t abs_y; /* absolute y coordinate */ member
1300 source_fingerp->abs_y = le16toh((uint16_t)source_fingerp->abs_y); in wsp_interpret_sensor_data()
1317 fingers[n_fingers].y = -source_fingerp->abs_y; in wsp_interpret_sensor_data()
/freebsd/sys/dev/hid/
H A Dbcm5974.c178 uint16_t abs_y; /* absolute y coodinate */
876 BCM5974_LE2H(f->abs_x), BCM5974_LE2H(f->abs_y), in bcm5974_intr()
889 BCM5974_LE2H(f->abs_y), in bcm5974_intr()
176 uint16_t abs_y; /* absolute y coodinate */ global() member