Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.c182 crd->txfifo = f; in usb_ref_device()
216 crd->txfifo->refcount++; in usb_ref_device()
296 if (--(crd->txfifo->refcount) == 0) { in usb_unref_device()
297 cv_signal(&crd->txfifo->cv_drain); in usb_unref_device()
354 crd->txfifo = f; in usb_fifo_create()
485 crd->txfifo = udev->fifo[n + USB_FIFO_TX]; in usb_fifo_create()
832 err = usb_fifo_open(cpd, refs.txfifo, fflags); in usb_open()
873 usb_fifo_close(refs.txfifo, cpd->fflags); in usb_close()
985 f = refs.txfifo; in usb_ioctl()
1061 f = refs.txfifo; in usb_poll()
[all...]
H A Dusb_dev.h78 struct usb_fifo *txfifo; member

Completed in 2 milliseconds