Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbms/
H A Dusbms.h50 typedef struct usbms_input { struct
51 uint_t xpos; /* X position in the sample info */
52 uint_t xlen; /* length of X coordinate */
53 uint_t xattr; /* attribute of X coordinate */
54 uint_t ypos; /* Y position in the sample info */
55 uint_t ylen; /* length of Y coordinate */
56 uint_t yattr; /* attribute of Y coordinate */
57 uint_t zpos; /* wheel data position in the sample info */
58 uint_t zlen; /* length of wheel data */
59 uint_t zattr; /* attribute of wheel data */
[all …]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c1649 usbms_input(usbms_state_t *usbmsp, mblk_t *mp) in usbms_input() function