Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c51 static struct usb_fifo *usb_fifo_alloc(struct mtx *);
310 usb_fifo_alloc(struct mtx *mtx) in usb_fifo_alloc() function
443 f = usb_fifo_alloc(&udev->device_mtx); in usb_fifo_create()
468 f = usb_fifo_alloc(&udev->device_mtx); in usb_fifo_create()
1515 f_tx = usb_fifo_alloc(priv_mtx); in usb_fifo_attach()
1516 f_rx = usb_fifo_alloc(priv_mtx); in usb_fifo_attach()