Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c183 crd->txfifo = f; in usb_ref_device()
217 crd->txfifo->refcount++; in usb_ref_device()
297 if (--(crd->txfifo->refcount) == 0) { in usb_unref_device()
298 cv_signal(&crd->txfifo->cv_drain); in usb_unref_device()
355 crd->txfifo = f; in usb_fifo_create()
486 crd->txfifo = udev->fifo[n + USB_FIFO_TX]; in usb_fifo_create()
833 err = usb_fifo_open(cpd, refs.txfifo, fflags); in usb_open()
874 usb_fifo_close(refs.txfifo, cpd->fflags); in usb_close()
986 f = refs.txfifo; in usb_ioctl()
1062 f = refs.txfifo; in usb_poll()
[all …]
Dusb_dev.h79 struct usb_fifo *txfifo; member