Searched refs:usb_fifo_get_data (Results 1 – 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/input/ |
D | uhid.c | 150 if (usb_fifo_get_data(sc->sc_fifo.fp[USB_FIFO_TX], pc, in uhid_intr_write_callback() 267 if (usb_fifo_get_data(sc->sc_fifo.fp[USB_FIFO_TX], pc, in uhid_write_callback() 285 if (usb_fifo_get_data(sc->sc_fifo.fp[USB_FIFO_TX], pc, in uhid_write_callback()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usbdi.h | 634 uint8_t usb_fifo_get_data(struct usb_fifo *fifo, struct usb_page_cache *pc,
|
D | usb_generic.c | 425 if (usb_fifo_get_data(f, xfer->frbuffers, 0, in ugen_ctrl_write_callback() 530 if (usb_fifo_get_data(f, xfer->frbuffers, offset, in ugen_isoc_write_callback()
|
D | usb_dev.c | 1812 usb_fifo_get_data(struct usb_fifo *f, struct usb_page_cache *pc, in usb_fifo_get_data() function
|