Lines Matching full:transfer
507 Allocate a transfer with the number of isochronous packet descriptors
514 Free a transfer.
518 This function will submit a transfer and returns immediately.
525 This function asynchronously cancels a transfer.
530 Perform a USB control transfer.
536 LIBUSB_ERROR_TIMEOUT if the transfer timed out, LIBUSB_ERROR_PIPE if the
543 Perform an USB bulk transfer.
547 if the transfer timed out, LIBUSB_ERROR_PIPE if the control request was not
554 Perform an USB Interrupt transfer.
558 if the transfer timed out, LIBUSB_ERROR_PIPE if the control request was not
578 .Fn libusb_transfer_set_stream_id "struct libusb_transfer *transfer" "uint32_t stream_id"
579 This function sets the stream ID for the given USB transfer.
582 .Fn libusb_transfer_get_stream_id "struct libusb_transfer *transfer"
583 This function returns the stream ID for the given USB transfer.
646 block until the timeout expires or a transfer completes or a thread releases
650 transfer completes or another thread stops event handling, and 1 if the
660 loop until a transfer completion callback sets the variable pointed to
676 loop until a transfer completion callback sets the variable pointed to