Lines Matching +full:total +full:- +full:timeout

2 .\" Copyright (c) 2008-2019 Hans Petter Selasky
39 USB access library (libusb -lusb)
89 .Fn libusb20_tr_set_timeout "struct libusb20_transfer *xfer" "uint32_t timeout"
93 …20_tr_setup_bulk "struct libusb20_transfer *xfer" "void *pbuf" "uint32_t length" "uint32_t timeout"
95 …20_tr_setup_control "struct libusb20_transfer *xfer" "void *psetup" "void *pbuf" "uint32_t timeout"
97 …20_tr_setup_intr "struct libusb20_transfer *xfer" "void *pbuf" "uint32_t length" "uint32_t timeout"
101 …ruct libusb20_transfer *xfer" "void *pbuf" "uint32_t length" "uint32_t *pactlen" "uint32_t timeout"
141 …0_CONTROL_SETUP_DECODED *setup" "void *data" "uint16_t *pactlen" "uint32_t timeout" "uint8_t flags"
183 .Fn libusb20_dev_wait_process "struct libusb20_device *pdev" "int timeout"
250 Non-zero return values indicate a LIBUSB20_ERROR value.
288 Non-zero return values indicate a LIBUSB20_ERROR value.
368 will return non-zero if the given USB transfer is
420 .Bl -tag -width "LIBUSB20_TRANSFER_SINGLE_SHORT_NOT_OK"
428 Will do a clear-stall before starting the transfer.
455 sets the timeout for the given USB transfer.
457 A timeout value of zero means no timeout.
459 The timeout is given in milliseconds.
464 sets the total number of frames that should be executed when the USB transfer is submitted.
466 The total number of USB frames must be less than the maximum number of USB frames associated with t…
502 argument is non-NULL the actual transfer length will be stored at the given pointer destination.
505 .Fa timeout
506 argument is non-zero the transfer will timeout after the given value in milliseconds.
520 This function is non-blocking.
527 This function is non-blocking, which means that the actual stop can
632 The un-configure index is 255.
698 .Fa timeout
699 is the transaction timeout given in milliseconds.
700 A timeout of zero means no timeout.
752 .Bl -tag -width "LIBUSB20_POWER_OFF"
844 .Bl -tag -width "LIBUSB20_MODE_DEVICE"
854 .Bl -tag -width "LIBUSB20_SPEED_VARIABLE"
887 A timeout value can be specified which is passed on to the
1020 This function will return a little endian 16-bit value at the given byte offset of a message
1028 This function will encode a so-called *DECODED structure into binary
1031 The total encoded length that will fit in the given buffer is
1040 This function will decode a binary structure into a so-called *DECODED
1043 The total decoded length is returned.
1064 .Bl -tag -width Pa