HomeSort by: relevance | last modified time | path
    Searched refs:up_callingxfer (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
usbdivar.h 279 struct usbd_xfer *up_callingxfer; /* currently in callback */ member in struct:usbd_pipe
usbdi.c 1073 while (pipe->up_callingxfer == xfer) {
1090 while (pipe->up_callingxfer) {
1093 (uintptr_t)pipe, (uintptr_t)pipe->up_callingxfer, 0, 0);
1198 KASSERT(pipe->up_callingxfer == NULL);
1199 pipe->up_callingxfer = xfer;
1211 KASSERT(pipe->up_callingxfer == xfer);
1212 pipe->up_callingxfer = NULL;
usb_subr.c 963 p->up_callingxfer = NULL;
986 KASSERT(p->up_callingxfer == NULL);

Completed in 2389 milliseconds