Lines Matching defs:out_urb
289 struct pcm_urb *out_urb = in_urb->peer;
331 out_urb->packets[i].offset = total_length;
332 out_urb->packets[i].length = (in_urb->packets[i].actual_length
335 out_urb->packets[i].status = 0;
336 total_length += out_urb->packets[i].length;
338 memset(out_urb->buffer, 0, total_length);
345 usb6fire_pcm_playback(sub, out_urb);
356 dest = out_urb->buffer;
358 if (out_urb->packets[i].length >= 4) {
359 frame_count = (out_urb->packets[i].length - 4)
373 usb_submit_urb(&out_urb->instance, GFP_ATOMIC);