Home
last modified time | relevance | path

Searched defs:atp_stroke (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/usb/input/
H A Datp.c613 typedef struct atp_stroke { struct
616 atp_stroke_type type; argument
617 uint32_t flags; /* the state of this stroke */
619 boolean_t matched; /* to track match against fingers.*/
621 struct timeval ctime; /* create time; for coincident siblings. */
651 } atp_stroke_t; argument