Home
last modified time | relevance | path

Searched refs:abs_x (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/xen/interface/io/
Dkbdif.h66 int32_t abs_x; /* absolute X position (in FB pixels) */ member
/freebsd-12-stable/sys/dev/usb/input/
Dwsp.c205 int16_t abs_x; /* absolute x coodinate */ member
902 f->abs_x = le16toh((uint16_t)f->abs_x); in wsp_intr_callback()
918 i, ibt, ntouch, f->origin, f->abs_x, f->abs_y, in wsp_intr_callback()
921 sc->pos_x[i] = f->abs_x; in wsp_intr_callback()
Datp.c325 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()