Lines Matching full:timeout
62 * \param timeout timeout (in millseconds) that this function should wait
64 * timeout, use value 0.
74 unsigned char *data, uint16_t wLength, unsigned int timeout)
96 ctrl_transfer_cb, &completed, timeout);
158 int *transferred, unsigned int timeout, unsigned char type)
168 bulk_transfer_cb, &completed, timeout);
230 * Also check <tt>transferred</tt> when dealing with a timeout error code.
232 * underlying O/S requirements, meaning that the timeout may expire after
234 * that may have been transferred; do not assume that timeout conditions
245 * \param timeout timeout (in millseconds) that this function should wait
247 * timeout, use value 0.
260 unsigned int timeout)
263 transferred, timeout, LIBUSB_TRANSFER_TYPE_BULK);
278 * Also check <tt>transferred</tt> when dealing with a timeout error code.
280 * underlying O/S requirements, meaning that the timeout may expire after
282 * that may have been transferred; do not assume that timeout conditions
295 * \param timeout timeout (in millseconds) that this function should wait
297 * timeout, use value 0.
309 unsigned char *data, int length, int *transferred, unsigned int timeout)
312 transferred, timeout, LIBUSB_TRANSFER_TYPE_INTERRUPT);