Home
last modified time | relevance | path

Searched refs:usb_fifo_free (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c500 usb_fifo_free(struct usb_fifo *f) in usb_fifo_free() function
1519 usb_fifo_free(f_tx); in usb_fifo_attach()
1520 usb_fifo_free(f_rx); in usb_fifo_attach()
1661 usb_fifo_free(f_sc->fp[USB_FIFO_TX]); in usb_fifo_detach()
1662 usb_fifo_free(f_sc->fp[USB_FIFO_RX]); in usb_fifo_detach()
Dusbdi.h663 void usb_fifo_free(struct usb_fifo *f);
Dusb_device.c2567 usb_fifo_free(f); in usb_fifo_free_wrap()