Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/input/
H A Duhid.c203 usb_fifo_put_data(sc->sc_fifo.fp[USB_FIFO_RX], pc, in uhid_intr_read_callback()
325 usb_fifo_put_data(sc->sc_fifo.fp[USB_FIFO_RX], pc, sizeof(req), in uhid_read_callback()
/dragonfly/sys/netgraph7/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c312 usb_fifo_put_data(fifo, pc, 0, actlen, 1); in ubtbcmfw_read_callback()
/dragonfly/sys/bus/u4b/storage/
H A Durio.c317 usb_fifo_put_data(f, pc, 0, actlen, 1); in urio_read_callback()
/dragonfly/sys/bus/u4b/
H A Dusb_generic.c426 usb_fifo_put_data(f, xfer->frbuffers, 0, in ugen_ctrl_read_callback()
444 usb_fifo_put_data(f, xfer->frbuffers, 0, 0, 1); in ugen_ctrl_read_callback()
542 usb_fifo_put_data(f, xfer->frbuffers, offset, in ugen_isoc_read_callback()
H A Dusbdi.h601 void usb_fifo_put_data(struct usb_fifo *fifo, struct usb_page_cache *pc,
H A Dusb_dev.c2173 usb_fifo_put_data(struct usb_fifo *f, struct usb_page_cache *pc, in usb_fifo_put_data() function
/dragonfly/sys/bus/u4b/serial/
H A Dulpt.c265 usb_fifo_put_data(f, pc, 0, actlen, 1); in ulpt_read_callback()
/dragonfly/share/man/man9/
H A DMakefile1028 usbdi.9 usb_fifo_put_data.9 \