Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/
H A Dusb_dev.c114 static struct usb_fifo *usb_fifo_alloc(struct mtx *);
384 usb_fifo_alloc(struct mtx *mtx) in usb_fifo_alloc() function
515 f = usb_fifo_alloc(&udev->device_mtx); in usb_fifo_create()
540 f = usb_fifo_alloc(&udev->device_mtx); in usb_fifo_create()
1857 f_tx = usb_fifo_alloc(priv_mtx); in usb_fifo_attach()
1858 f_rx = usb_fifo_alloc(priv_mtx); in usb_fifo_attach()