Home
last modified time | relevance | path

Searched refs:usbd_copy_out (Results 1 – 16 of 16) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
Dif_axge.c503 usbd_copy_out(pc, offset, p->payload, p->len); in axge_rxeof()
534 usbd_copy_out(pc, actlen - sizeof(rxhdr), &rxhdr, sizeof(rxhdr)); in axge_rx_frame()
550 usbd_copy_out(pc, hdr_off, &pkt_hdr, sizeof(pkt_hdr)); in axge_rx_frame()
Dif_cdce.c1315 usbd_copy_out(pc, 0, &(sc->sc_ncm.hdr), in cdce_ncm_bulk_read_callback()
1341 usbd_copy_out(pc, temp, &(sc->sc_ncm.dpt), in cdce_ncm_bulk_read_callback()
1376 usbd_copy_out(pc, temp, &(sc->sc_ncm.dp), (4 * nframes)); in cdce_ncm_bulk_read_callback()
1412 usbd_copy_out(pc, offset, m->payload, temp); in cdce_ncm_bulk_read_callback()
Dif_axe.c802 usbd_copy_out(pc, pos, &hdr, sizeof(hdr)); in axe_rx_frame()
825 usbd_copy_out(pc, pos, &csum_hdr, sizeof(csum_hdr)); in axe_rx_frame()
883 usbd_copy_out(pc, offset, p->payload, p->len); in axe_rxeof()
Dif_urndis.c818 usbd_copy_out(pc, offset + msg->rm_dataoffset + in urndis_bulk_read()
854 usbd_copy_out(pc, offset, &msg, sizeof(msg)); in urndis_bulk_read_callback()
/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c954 usbd_copy_out(pc, offset, ucom_cons_rx_buf + ucom_cons_rx_high, first_len); in ucom_put_data()
955 usbd_copy_out(pc, offset+first_len, ucom_cons_rx_buf, temp-first_len); in ucom_put_data()
958 usbd_copy_out(pc, offset, ucom_cons_rx_buf + ucom_cons_rx_high, temp); in ucom_put_data()
Du3g.c1010 usbd_copy_out(pc, 0, &pkt, actlen); in u3g_intr_callback()
/third_party/FreeBSD/stand/usb/
Dusb_busdma_loader.c148 usbd_copy_out(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_out() function
/third_party/FreeBSD/sys/dev/usb/
Dusb_handle_request.c477 usbd_copy_out(xfer->frbuffers, 0, &req, sizeof(req)); in usb_handle_request()
Dusbdi.h605 void usbd_copy_out(struct usb_page_cache *cache, usb_frlength_t offset,
Dusb_transfer.c1388 usbd_copy_out(xfer->frbuffers, 0, &req, sizeof(req)); in usbd_control_transfer_init()
1418 usbd_copy_out(xfer->frbuffers, 0, &req, sizeof(req)); in usbd_control_transfer_did_data()
Dusb_dev.c1713 usbd_copy_out(pc, offset, m->cur_data_ptr, io_len); in usb_fifo_put_data()
Dusb_request.c637 usbd_copy_out(xfer->frbuffers + 1, in usbd_do_request_flags()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c1531 usbd_copy_out(xfer->frbuffers, offset, in usb_linux_isoc_callback()
1689 usbd_copy_out(xfer->frbuffers + data_frame, 0, in usb_linux_non_isoc_callback()
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c272 usbd_copy_out(pc, 0, &id, 1); in uhid_write_callback()
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c1556 usbd_copy_out(pc, 0, &sc->csw, actlen); in umass_t_bbb_status_callback()
2072 usbd_copy_out(pc, 0, &sc->sbl, sizeof(sc->sbl)); in umass_t_cbi_status_callback()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c1753 usbd_copy_out(temp->pc, temp->offset + buf_offset, in xhci_setup_generic_chain_sub()