Home
last modified time | relevance | path

Searched refs:event_input (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/
H A Dusbwcm.h109 struct event_input { struct
/titanic_50/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c140 if ((mp = allocb(sizeof (struct event_input), BPRI_HI)) != NULL) { in uwacom_event()
141 struct event_input *ev = (struct event_input *)mp->b_wptr; in uwacom_event()
148 mp->b_wptr += sizeof (struct event_input); in uwacom_event()