Home
last modified time | relevance | path

Searched refs:transfer (Results 1 – 25 of 218) sorted by relevance

123456789

/freebsd/lib/libusb/
H A Dlibusb10_io.c519 libusb10_do_transfer_cb(struct libusb_transfer *transfer) in libusb10_do_transfer_cb() argument
524 ctx = libusb10_get_context_by_device_handle(transfer->dev_handle); in libusb10_do_transfer_cb()
528 pdone = transfer->user_data; in libusb10_do_transfer_cb()
645 libusb_get_iso_packet_buffer(struct libusb_transfer *transfer, uint32_t off) in libusb_get_iso_packet_buffer() argument
650 if (transfer->num_iso_packets < 0) in libusb_get_iso_packet_buffer()
653 if (off >= (uint32_t)transfer->num_iso_packets) in libusb_get_iso_packet_buffer()
656 ptr = transfer->buffer; in libusb_get_iso_packet_buffer()
661 ptr += transfer->iso_packet_desc[n].length; in libusb_get_iso_packet_buffer()
667 libusb_get_iso_packet_buffer_simple(struct libusb_transfer *transfer, uint32_t off) in libusb_get_iso_packet_buffer_simple() argument
671 if (transfer->num_iso_packets < 0) in libusb_get_iso_packet_buffer_simple()
[all …]
H A Dlibusb.h457 typedef void (*libusb_transfer_cb_fn) (struct libusb_transfer *transfer);
547 void libusb_free_transfer(struct libusb_transfer *transfer);
548 int libusb_submit_transfer(struct libusb_transfer *transfer);
549 int libusb_cancel_transfer(struct libusb_transfer *transfer);
550 uint8_t *libusb_get_iso_packet_buffer(struct libusb_transfer *transfer, uint32_t index);
551 uint8_t *libusb_get_iso_packet_buffer_simple(struct libusb_transfer *transfer, uint32_t index);
552 void libusb_set_iso_packet_lengths(struct libusb_transfer *transfer, uint32_t length);
553 uint8_t *libusb_control_transfer_get_data(struct libusb_transfer *transfer);
554 struct libusb_control_setup *libusb_control_transfer_get_setup(struct libusb_transfer *transfer);
556 void libusb_fill_control_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uin…
[all …]
/freebsd/sys/dev/qcom_qup/
H A Dqcom_spi_hw.c388 sc->transfer.tx_offset = 0; in qcom_spi_hw_setup_transfer_selection()
389 sc->transfer.rx_offset = 0; in qcom_spi_hw_setup_transfer_selection()
390 sc->transfer.tx_len = 0; in qcom_spi_hw_setup_transfer_selection()
391 sc->transfer.rx_len = 0; in qcom_spi_hw_setup_transfer_selection()
392 sc->transfer.tx_buf = NULL; in qcom_spi_hw_setup_transfer_selection()
393 sc->transfer.rx_buf = NULL; in qcom_spi_hw_setup_transfer_selection()
419 sc->transfer.tx_offset = 0; in qcom_spi_hw_complete_transfer()
420 sc->transfer.rx_offset = 0; in qcom_spi_hw_complete_transfer()
421 sc->transfer.tx_len = 0; in qcom_spi_hw_complete_transfer()
422 sc->transfer.rx_len = 0; in qcom_spi_hw_complete_transfer()
[all …]
H A Dqcom_spi.c137 if (sc->transfer.active == false) { in qcom_spi_intr()
193 sc->transfer.done = true; in qcom_spi_intr()
496 sc->transfer.tx_buf = tx_buf; in qcom_spi_transfer_pio_block()
497 sc->transfer.tx_len = tx_len; in qcom_spi_transfer_pio_block()
498 sc->transfer.rx_buf = rx_buf; in qcom_spi_transfer_pio_block()
499 sc->transfer.rx_len = rx_len; in qcom_spi_transfer_pio_block()
500 sc->transfer.done = false; in qcom_spi_transfer_pio_block()
501 sc->transfer.active = false; in qcom_spi_transfer_pio_block()
510 while (sc->transfer.tx_offset < sc->transfer.tx_len) { in qcom_spi_transfer_pio_block()
517 sc->transfer.active = false; in qcom_spi_transfer_pio_block()
[all …]
/freebsd/sys/dev/spibus/
H A Dspigen.c182 struct spi_command transfer = SPI_COMMAND_INITIALIZER; in spigen_transfer() local
194 transfer.tx_cmd = transfer.rx_cmd = malloc(st->st_command.iov_len, in spigen_transfer()
197 transfer.tx_data = transfer.rx_data = malloc(st->st_data.iov_len, in spigen_transfer()
201 transfer.tx_data = transfer.rx_data = NULL; in spigen_transfer()
203 error = copyin(st->st_command.iov_base, transfer.tx_cmd, in spigen_transfer()
204 transfer.tx_cmd_sz = transfer.rx_cmd_sz = st->st_command.iov_len); in spigen_transfer()
206 error = copyin(st->st_data.iov_base, transfer.tx_data, in spigen_transfer()
207 transfer.tx_data_sz = transfer.rx_data_sz = in spigen_transfer()
210 error = SPIBUS_TRANSFER(device_get_parent(dev), dev, &transfer); in spigen_transfer()
212 error = copyout(transfer.rx_cmd, st->st_command.iov_base, in spigen_transfer()
[all …]
/freebsd/sys/dev/usb/input/
H A Duhid_snes.c443 uhid_snes_read_callback(struct usb_xfer *transfer, usb_error_t error) in uhid_snes_read_callback() argument
445 struct uhid_snes_softc *sc = usbd_xfer_softc(transfer); in uhid_snes_read_callback()
450 usbd_xfer_status(transfer, &actual, NULL, NULL, NULL); in uhid_snes_read_callback()
454 switch (USB_GET_STATE(transfer)) { in uhid_snes_read_callback()
459 usbd_xfer_set_interval(transfer, 500); in uhid_snes_read_callback()
465 usbd_xfer_set_interval(transfer, 0); in uhid_snes_read_callback()
468 pc = usbd_xfer_get_frame(transfer, 0); in uhid_snes_read_callback()
474 max = usbd_xfer_max_len(transfer); in uhid_snes_read_callback()
475 usbd_xfer_set_frame_len(transfer, 0, max); in uhid_snes_read_callback()
476 usbd_transfer_submit(transfer); in uhid_snes_read_callback()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dspi-xilinx.txt12 - xlnx,num-transfer-bits : Number of bits per transfer. This will be 8 if not specified
21 xlnx,num-transfer-bits = <32>;
H A Dspi-fsl-dspi.txt30 select and the start of clock signal, at the start of a transfer.
32 signal and deactivating chip select, at the end of a transfer.
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Datmel-ssc.txt5 - atmel,at91rm9200-ssc: support pdc transfer
6 - atmel,at91sam9g45-ssc: support dma transfer
31 - PDC transfer:
40 - DMA transfer:
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dmilbeaut-m10v-hdmac.txt3 Milbeaut AHB DMA controller has transfer capability below.
4 - device to memory transfer
5 - memory to device transfer
H A Dfsl-imx-sdma.txt28 The second cell of dma phandle specifies the peripheral type of DMA transfer.
31 ID transfer type
59 The third cell specifies the transfer priority as below.
61 ID transfer priority
/freebsd/lib/libfetch/
H A Dftp.errors7 125 OK Data connection already open; transfer starting
18 225 OK Data connection open; no transfer in progress
30 426 ABORT Connection closed; transfer aborted
/freebsd/sys/dev/iicbus/controller/twsi/
H A Dtwsi.c479 sc->transfer = 0; in twsi_error()
498 KASSERT(sc->transfer == 0, in twsi_transfer()
513 sc->transfer = 1; in twsi_transfer()
526 if (sc->error == 0 && sc->transfer != 0) { in twsi_transfer()
529 sc->transfer = 0; in twsi_transfer()
564 if (sc->transfer == 0) { in twsi_intr()
733 sc->transfer = 0; in twsi_intr()
766 debugf(sc, "Done with interrupt, transfer = %d\n", sc->transfer); in twsi_intr()
767 if (sc->transfer == 0) in twsi_intr()
/freebsd/sys/arm/allwinner/
H A Dsunxi_dma_if.m81 # Start DMA channel transfer
83 METHOD int transfer {
92 # Halt DMA channel transfer
/freebsd/sys/dev/usb/
H A Dusb_if.m40 # read transfer is complete, in case of short USB
52 uint16_t *plen; /* maximum transfer length */
54 uint8_t *pstate; /* set if transfer is complete, see USB_HR_XXX */
/freebsd/contrib/tcpdump/
H A DREADME.md84 tcp transfer). Since we assume that one host only sends and
125 unidirectional tcp transfer). [A "chunk" refers to
164 536 packets to transfer the data (i.e., on the average
179 transfer and <seq. number> is the sequence number being sent
184 The problem I was looking at was the bulk-data-transfer
187 ftp transfer of a large file was used as the raw data source.
200 - When transfer is finished, stop tcpdump. Use awk to make up
207 how the transfer behaved:
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Dnvidia,tegra20-i2c.txt22 as per I2C core API transfer flags. Driver of I2C controller is
23 compatible with "nvidia,tegra30-i2c" to enable the continue transfer
25 continue transfer support.
32 - Tegra30/Tegra20 I2C controller has enabled per packet transfer by
H A Di2c-st.txt11 operation for I2C transfer.
22 when I2C instance is not performing a transfer.
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h223 void transfer(iterator position, iplist_impl &L2, iterator first, iterator last) {
268 transfer(where, L2, L2.begin(), L2.end());
273 transfer(where, L2, first, last);
276 if (first != last) transfer(where, L2, first, last);
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dti,secure-proxy.txt20 - #mbox-cells Shall be 1 and shall refer to the transfer path
22 - interrupt-names: Contains interrupt names matching the rx transfer path
H A Dti,message-manager.txt20 order referring to the transfer path.
21 - interrupt-names: Contains interrupt names matching the rx transfer path
/freebsd/sys/contrib/device-tree/Bindings/input/rmi4/
H A Drmi_spi.txt21 - spi-rx-delay-us: microsecond delay after a read transfer.
22 - spi-tx-delay-us: microsecond delay after a write transfer.
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_MSG_http_perform.pod6 - client-side HTTP(S) transfer of a CMP request-response pair
37 HTTP transfer for CMP is defined in RFC 6712.
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Ddsi.txt127 - qcom,mdss-mdp-transfer-time-us: Specifies the dsi transfer time for command mode
129 the clock rate according to the expected transfer time.
137 transfer time that could be achieved.
191 qcom,mdss-mdp-transfer-time-us = <12000>;
/freebsd/lib/libc/amd64/string/
H A Dstpncpy.S243 cmp $16, %edx # at least 16 bytes to transfer?
247 cmp $8, %edx # at least 8 bytes to transfer?
250 cmp $4, %edx # at least 4 bytes to transfer?
256 cmp $2, %edx # at least 2 bytes to transfer?

123456789