Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/xen/interface/io/
HDkbdif.h66 int32_t abs_x; /* absolute X position (in FB pixels) */ member
/freebsd-11-stable/sys/dev/usb/input/
HDwsp.c203 int16_t abs_x; /* absolute x coodinate */ member
900 f->abs_x = le16toh((uint16_t)f->abs_x); in wsp_intr_callback()
916 i, ibt, ntouch, f->origin, f->abs_x, f->abs_y, in wsp_intr_callback()
919 sc->pos_x[i] = f->abs_x; in wsp_intr_callback()
HDatp.c323 int16_t abs_x; /* absolute x coordinate */ member
1296 source_fingerp->abs_x = le16toh((uint16_t)source_fingerp->abs_x); in wsp_interpret_sensor_data()
1313 fingers[n_fingers].x = source_fingerp->abs_x; in wsp_interpret_sensor_data()