Lines Matching refs:TIMEOUT
46 #define TIMEOUT 1000
176 usb_control_msg (handle, 0x40, 0x01, 0x2010, 0x3f40, req, 64, TIMEOUT);
186 usb_control_msg (handle, 0xc0, 0x01, 0x2011, 0x3f00, req, 64, TIMEOUT);
326 usb_control_msg (handle, 0x40, 0x04, 0x2012, 0x3f40, req, 64, TIMEOUT);
336 usb_control_msg (handle, 0xc0, 0x01, 0x2013, 0x3f00, req, 64, TIMEOUT);
343 usb_control_msg (handle, 0xc0, 0x01, 0x2013, 0x3f00, req, 8, TIMEOUT);
535 usb_control_msg (handle, 0xc0, 0x10, 0x41, 0x0000, req, 64, TIMEOUT);
546 usb_control_msg (handle, 0xc0, 0x10, 0x05, 0x0000, req, 64, TIMEOUT);
816 result = usb_bulk_write (handle, 0x02, req, 8, TIMEOUT);
824 result = usb_bulk_read (handle, 0x81, (char *) &res, 1, TIMEOUT);
961 result = usb_bulk_write (handle, 0x02, req, 8, TIMEOUT);
970 result = usb_bulk_read (handle, 0x81, (char *) inquiry, 0x60, TIMEOUT);
1016 result = usb_bulk_write (handle, 3, (char *) buf, 5, TIMEOUT);
1034 result = usb_bulk_write (handle, 3, (char *) buf, 4, TIMEOUT);
1039 result = usb_bulk_read (handle, 2, (char *) val, 1, TIMEOUT);
1223 TIMEOUT);
1229 TIMEOUT);
1244 TIMEOUT);
1250 TIMEOUT);
2241 usb_control_msg (handle, 0x40, 0x01, 0x38, 0x01, NULL, 0, TIMEOUT);
2252 usb_control_msg (handle, 0x40, 0x01, 0x0f, 0x00, NULL, 0, TIMEOUT);
2263 usb_control_msg (handle, 0x40, 0x01, 0x38, 0x01, NULL, 0, TIMEOUT);
2274 usb_control_msg (handle, 0xc0, 0x00, 0, 0x00, &data, 1, TIMEOUT);
2377 usb_control_msg (handle, 0x40, 0x08, 0x34, 0x00, &data, 1, TIMEOUT);
2389 usb_control_msg (handle, 0xc0, 0x00, 0x34, 0x00, &data, 1, TIMEOUT);
2419 usb_bulk_write (handle, 0x02, (char *)req, 0x04, TIMEOUT);
2424 usb_bulk_read (handle, 0x81, (char *)res, size, TIMEOUT);
2884 usb_control_msg (handle, 0x40, 0x01, 0xb0, 0, (char *) buffer, 4, TIMEOUT);
2902 usb_control_msg (handle, 0x40, 0x01, 0xb0, 0, (char *) buffer, 4, TIMEOUT);
2917 usb_control_msg (handle, 0x40, 0x01, 0x04, 0x8b, (char *) buffer, 4, TIMEOUT);
2928 usb_control_msg (handle, 0xc0, 0x01, 0x07, 0, (char *) buffer, 4, TIMEOUT);
3073 usb_control_msg(handle, 0xc0, 0x04, 0xfe11, 0x100, data, 0x02, TIMEOUT);
3231 (char *) &ctrl, sizeof (ctrl), TIMEOUT);
3243 (char *) &status, sizeof(status), TIMEOUT);
3276 (char *) ptr, next_packet_size, TIMEOUT);
3304 (char *) &ack, sizeof(ack), TIMEOUT);
3317 (char *) &status, sizeof(status), TIMEOUT);
3444 #define TIMEOUT 1000
3475 0x04, 0x83, 0x00, data, 0x02, TIMEOUT);
3489 0x0c, 0x83, 0x00, ®, 0x01, TIMEOUT);
3495 0x0c, 0x84, 0x00, val, 0x01, TIMEOUT);
3707 result = libusb_control_transfer (handle, 0x40, 0x01, 0x2010, 0x3f40, req, 64, TIMEOUT);
3715 result = libusb_control_transfer (handle, 0xc0, 0x01, 0x2011, 0x3f00, req, 64, TIMEOUT);
3839 result = libusb_control_transfer (handle, 0x40, 0x04, 0x2012, 0x3f40, req, 64, TIMEOUT);
3847 result = libusb_control_transfer (handle, 0xc0, 0x01, 0x2013, 0x3f00, req, 64, TIMEOUT);
3853 result = libusb_control_transfer (handle, 0xc0, 0x01, 0x2013, 0x3f00, req, 8, TIMEOUT);
4079 result = libusb_bulk_transfer(handle, 0x03, buf, 5, &written, TIMEOUT);
4101 result = libusb_bulk_transfer(handle, 0x03, buf, 4, &tfx, TIMEOUT);
4108 result = libusb_bulk_transfer(handle, 0x82, val, 1, &tfx, TIMEOUT);