Lines Matching defs:out_urb
289 struct pcm_urb *out_urb = in_urb->peer;
330 out_urb->packets[i].offset = total_length;
331 out_urb->packets[i].length = (in_urb->packets[i].actual_length
334 out_urb->packets[i].status = 0;
335 total_length += out_urb->packets[i].length;
337 memset(out_urb->buffer, 0, total_length);
343 usb6fire_pcm_playback(sub, out_urb);
354 dest = out_urb->buffer;
356 if (out_urb->packets[i].length >= 4) {
357 frame_count = (out_urb->packets[i].length - 4)
371 usb_submit_urb(&out_urb->instance, GFP_ATOMIC);