Searched refs:timeout_bulk_write_msg_tmp (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusbsock.c128 int timeout_bulk_write_msg_tmp; local
642 timeout_bulk_write_msg_tmp = 1000;
646 timeout_bulk_write_msg_tmp = 30000;
651 timeout_bulk_write_msg_tmp = timeout_bulk_write_msg;
694 ret = usb_bulk_write(udev, dev->config[tmp_config].interface[tmp_int].altsetting[tmp_alt].endpoint[tmp_ep].bEndpointAddress, (char*)pbuf, purb->UrbBulkOrInterruptTransfer.TransferBufferLength, timeout_bulk_write_msg_tmp);
703 ret = usb_bulk_write(udev, dev->config[tmp_config].interface[tmp_int].altsetting[tmp_alt].endpoint[tmp_ep].bEndpointAddress, (char*)pbuf, purb->UrbBulkOrInterruptTransfer.TransferBufferLength, timeout_bulk_write_msg_tmp);
996 int timeout_bulk_write_msg_tmp; local
1480 timeout_bulk_write_msg_tmp = 1000;
1484 timeout_bulk_write_msg_tmp = 30000;
1489 timeout_bulk_write_msg_tmp
[all...]

Completed in 35 milliseconds