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.c525 if (usb_fifo_alloc_buffer(fifo, in uhid_open()
531 if (usb_fifo_alloc_buffer(fifo, in uhid_open()
/third_party/FreeBSD/sys/dev/usb/
Dusb_generic.c104 error = usb_fifo_alloc_buffer(f, in ugen_transfer_setup()
107 error = usb_fifo_alloc_buffer(f, in ugen_transfer_setup()
2455 error = usb_fifo_alloc_buffer(f, 1, u.pinit->ep_index_max); in ugen_ioctl_post()
Dusbdi.h640 int usb_fifo_alloc_buffer(struct usb_fifo *f, uint32_t bufsize,
Dusb_dev.c1596 usb_fifo_alloc_buffer(struct usb_fifo *f, usb_size_t bufsize, in usb_fifo_alloc_buffer() function