Lines Matching refs:actual_length
65 urb->actual_length = 2; in ep0_get_status()
79 urb->actual_length = 0; in ep0_get_status()
99 urb->actual_length = 1; /* XXX 2? */ in ep0_get_one()
136 /*urb->buffer_length */ max_buf - urb->actual_length) <= 0) { in copy_config()
148 memcpy (urb->buffer + urb->actual_length, data, length); in copy_config()
149 urb->actual_length += length; in copy_config()
153 urb->actual_length, urb->buffer_length, max_buf, max_length, in copy_config()
184 urb->actual_length = 0; in ep0_get_descriptor()
207 dbg_ep0(3, "copied device configuration, actual_length: 0x%x", urb->actual_length); in ep0_get_descriptor()
316 if (max - urb->actual_length > 0) { in ep0_get_descriptor()
319 max - urb->actual_length); in ep0_get_descriptor()
320 memcpy (urb->buffer + urb->actual_length, in ep0_get_descriptor()
322 urb->actual_length += length; in ep0_get_descriptor()
343 urb->actual_length); in ep0_get_descriptor()
355 urb->buffer, urb->buffer_length, urb->actual_length, in ep0_get_descriptor()