Home | History | Annotate | Download | only in usb

Lines Matching defs:ueq

1237 	struct usb_event_q *ueq;
1243 ueq = SIMPLEQ_FIRST(&usb_events);
1245 if (ueq == NULL) {
1252 *ue = ueq->ue;
1254 usb_free_event((struct usb_event *)(void *)ueq);
1295 struct usb_event_q *ueq;
1302 ueq = (struct usb_event_q *)(void *)uep;
1303 ueq->ue = *uep;
1304 ueq->ue.ue_type = type;
1305 TIMEVAL_TO_TIMESPEC(&thetime, &ueq->ue.ue_time);
1320 SIMPLEQ_INSERT_TAIL(&usb_events, ueq, next);