Lines Matching full:waits
45 * Starts urb and waits for completion or timeout.
49 * For non-killable waits, we enforce a maximum limit on the timeout value.
125 * usb_control_msg - Builds a control urb, sends it off and waits for completion
139 * waits for the message to complete, or timeout.
180 * usb_control_msg_send - Builds a control "send" message, sends it off and waits for completion
195 * expected to fill in a response (i.e. a "send message") and waits for the
238 * usb_control_msg_recv - Builds a control "receive" message, sends it off and waits for completion
253 * expected to fill in a response (i.e. a "receive message") and waits for the
311 * usb_interrupt_msg - Builds an interrupt urb, sends it off and waits for completion
323 * waits for the message to complete, or timeout.
343 * usb_bulk_msg - Builds a bulk urb, sends it off and waits for completion
355 * and waits for the message to complete, or timeout.
402 …* usb_bulk_msg_killable - Builds a bulk urb, sends it off and waits for completion in a killable s…
414 * This function is just like usb_blk_msg(), except that it waits in a
551 * The request must be issued using usb_sg_wait(), which waits for the I/O to