Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_dev.c567 usb_fifo_free(struct usb_fifo *f) in usb_fifo_free() function
2012 usb_fifo_free(f_tx); in usb_fifo_attach()
2013 usb_fifo_free(f_rx); in usb_fifo_attach()
2136 usb_fifo_free(f_sc->fp[USB_FIFO_TX]); in usb_fifo_detach()
2137 usb_fifo_free(f_sc->fp[USB_FIFO_RX]); in usb_fifo_detach()
H A Dusbdi.h620 void usb_fifo_free(struct usb_fifo *f);
H A Dusb_device.c2685 usb_fifo_free(f); in usb_fifo_free_wrap()