Home | History | Annotate | Download | only in ic

Lines Matching refs:rootintr

1013 rootintr == NULL);
1014 t->rootintr = xfer;
1151 /* t->rootintr = NULL; */
2371 if (t->rootintr != NULL) {
2374 KASSERT(t->rootintr->ux_status ==
2376 p = t->rootintr->ux_buf;
2378 t->rootintr->ux_actlen = 1;
2379 t->rootintr->ux_status = USBD_NORMAL_COMPLETION;
2380 xfer = t->rootintr;
2608 if (t->rootintr == spipe->xfer) /* XXX assert? */
2609 t->rootintr = NULL;
3507 DDOLOG("frame=%d rootintr=%p", t->frame, t->rootintr, 0,0);