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.c502 usbd_copy_out(pc, offset, p->payload, p->len); in axge_rxeof()
533 usbd_copy_out(pc, actlen - sizeof(rxhdr), &rxhdr, sizeof(rxhdr)); in axge_rx_frame()
549 usbd_copy_out(pc, hdr_off, &pkt_hdr, sizeof(pkt_hdr)); in axge_rx_frame()
Dif_cdce.c1314 usbd_copy_out(pc, 0, &(sc->sc_ncm.hdr), in cdce_ncm_bulk_read_callback()
1340 usbd_copy_out(pc, temp, &(sc->sc_ncm.dpt), in cdce_ncm_bulk_read_callback()
1375 usbd_copy_out(pc, temp, &(sc->sc_ncm.dp), (4 * nframes)); in cdce_ncm_bulk_read_callback()
1411 usbd_copy_out(pc, offset, m->payload, temp); in cdce_ncm_bulk_read_callback()
Dif_axe.c800 usbd_copy_out(pc, pos, &hdr, sizeof(hdr)); in axe_rx_frame()
823 usbd_copy_out(pc, pos, &csum_hdr, sizeof(csum_hdr)); in axe_rx_frame()
881 usbd_copy_out(pc, offset, p->payload, p->len); in axe_rxeof()
Dif_urndis.c817 usbd_copy_out(pc, offset + msg->rm_dataoffset + in urndis_bulk_read()
853 usbd_copy_out(pc, offset, &msg, sizeof(msg)); in urndis_bulk_read_callback()
/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.c952 usbd_copy_out(pc, offset, ucom_cons_rx_buf + ucom_cons_rx_high, first_len); in ucom_put_data()
953 usbd_copy_out(pc, offset+first_len, ucom_cons_rx_buf, temp-first_len); in ucom_put_data()
956 usbd_copy_out(pc, offset, ucom_cons_rx_buf + ucom_cons_rx_high, temp); in ucom_put_data()
Du3g.c1008 usbd_copy_out(pc, 0, &pkt, actlen); in u3g_intr_callback()
/third_party/FreeBSD/sys/dev/usb/
Dusb_handle_request.c476 usbd_copy_out(xfer->frbuffers, 0, &req, sizeof(req)); in usb_handle_request()
Dusbdi.h621 void usbd_copy_out(struct usb_page_cache *cache, usb_frlength_t offset,
Dusb_transfer.c1390 usbd_copy_out(xfer->frbuffers, 0, &req, sizeof(req)); in usbd_control_transfer_init()
1420 usbd_copy_out(xfer->frbuffers, 0, &req, sizeof(req)); in usbd_control_transfer_did_data()
Dusb_request.c646 usbd_copy_out(xfer->frbuffers + 1, in usbd_do_request_flags()
Dusb_dev.c1712 usbd_copy_out(pc, offset, m->cur_data_ptr, io_len); in usb_fifo_put_data()
/third_party/FreeBSD/stand/usb/
Dusb_busdma_loader.c147 usbd_copy_out(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_out() function
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c1530 usbd_copy_out(xfer->frbuffers, offset, in usb_linux_isoc_callback()
1688 usbd_copy_out(xfer->frbuffers + data_frame, 0, in usb_linux_non_isoc_callback()
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c270 usbd_copy_out(pc, 0, &id, 1); in uhid_write_callback()
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c1552 usbd_copy_out(pc, 0, &sc->csw, actlen); in umass_t_bbb_status_callback()
2068 usbd_copy_out(pc, 0, &sc->sbl, sizeof(sc->sbl)); in umass_t_cbi_status_callback()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c1752 usbd_copy_out(temp->pc, temp->offset + buf_offset, in xhci_setup_generic_chain_sub()