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);
155 int *transferred, unsigned int timeout, unsigned char type)
165 bulk_transfer_cb, &completed, timeout);
227 * Also check <tt>transferred</tt> when dealing with a timeout error code.
229 * underlying O/S requirements, meaning that the timeout may expire after
231 * that may have been transferred; do not assume that timeout conditions
242 * \param timeout timeout (in millseconds) that this function should wait
244 * timeout, use value 0.
257 unsigned int timeout)
260 transferred, timeout, LIBUSB_TRANSFER_TYPE_BULK);
275 * Also check <tt>transferred</tt> when dealing with a timeout error code.
277 * underlying O/S requirements, meaning that the timeout may expire after
279 * that may have been transferred; do not assume that timeout conditions
292 * \param timeout timeout (in millseconds) that this function should wait
294 * timeout, use value 0.
306 unsigned char *data, int length, int *transferred, unsigned int timeout)
309 transferred, timeout, LIBUSB_TRANSFER_TYPE_INTERRUPT);