Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c527 if (usb_fifo_alloc_buffer(fifo, in uhid_open()
533 if (usb_fifo_alloc_buffer(fifo, in uhid_open()
/third_party/FreeBSD/sys/dev/usb/
Dusb_generic.c105 error = usb_fifo_alloc_buffer(f, in ugen_transfer_setup()
108 error = usb_fifo_alloc_buffer(f, in ugen_transfer_setup()
2456 error = usb_fifo_alloc_buffer(f, 1, u.pinit->ep_index_max); in ugen_ioctl_post()
Dusbdi.h624 int usb_fifo_alloc_buffer(struct usb_fifo *f, uint32_t bufsize,
Dusb_dev.c1597 usb_fifo_alloc_buffer(struct usb_fifo *f, usb_size_t bufsize, in usb_fifo_alloc_buffer() function