Searched refs:priv_fifo (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_core.h139 void *priv_fifo; /* device driver data pointer 2 */ member in struct:usb_xfer
H A Dusb_generic.c1445 USB_P2U(xfer->priv_fifo));
1543 f->fs_xfer[u.popen->ep_index]->priv_fifo =
2320 ugen_fs_set_complete(xfer->priv_sc, USB_P2U(xfer->priv_fifo));
H A Dusb_compat_linux.c475 if (xfer->priv_fifo == (void *)urb) {
1414 if (xfer->priv_fifo == NULL) {
H A Dusb_transfer.c3318 return (xfer->priv_fifo);
3324 xfer->priv_fifo = ptr;

Completed in 160 milliseconds