Searched refs:usb_fifo_get_data (Results 1 - 4 of 4) sorted by relevance
| /third_party/FreeBSD/sys/dev/usb/input/ |
| H A D | uhid.c | 148 if (usb_fifo_get_data(sc->sc_fifo.fp[USB_FIFO_TX], pc, in uhid_intr_write_callback() 265 if (usb_fifo_get_data(sc->sc_fifo.fp[USB_FIFO_TX], pc, in uhid_write_callback() 283 if (usb_fifo_get_data(sc->sc_fifo.fp[USB_FIFO_TX], pc, in uhid_write_callback()
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usbdi.h | 650 uint8_t usb_fifo_get_data(struct usb_fifo *fifo, struct usb_page_cache *pc,
|
| H A D | usb_generic.c | 424 if (usb_fifo_get_data(f, xfer->frbuffers, 0, in ugen_ctrl_write_callback() 529 if (usb_fifo_get_data(f, xfer->frbuffers, offset, in ugen_isoc_write_callback()
|
| H A D | usb_dev.c | 1800 * usb_fifo_get_data 1811 usb_fifo_get_data(struct usb_fifo *f, struct usb_page_cache *pc, in usb_fifo_get_data() function
|
Completed in 8 milliseconds