Home | History | Annotate | Download | only in gadget

Lines Matching refs:actual_length

252  * by urb->actual_length.  The maximum amount of data that can be sent in any
268 UDCDBGA("urb->buffer %p, buffer_length %d, actual_length %d",
269 urb->buffer, urb->buffer_length, urb->actual_length);
271 last = min_t(u32, urb->actual_length - endpoint->sent,
335 * ep0_urb->actual_length.
421 * all of the bytes in our tx urb (urb->actual_length)
428 if ((endpoint->sent == ep0_urb->actual_length) &&
429 ((ep0_urb->actual_length == wLength) ||
475 u8 *cp = urb->buffer + urb->actual_length;
504 (endpoint->tx_urb->actual_length - endpoint->sent -
511 if (endpoint->tx_urb && endpoint->tx_urb->actual_length) {
518 if (endpoint->tx_urb && endpoint->tx_urb->actual_length) {
524 && (endpoint->tx_urb->actual_length == 0)) {