Lines Matching refs:number_of_packets

52 	urb->number_of_packets = pack;  in playback_prep_freqn()
75 urb->number_of_packets = sk->n_o_ps; in init_pipe_urbs()
266 sk->iso_frame_balance += urb->number_of_packets; in balance_playback()
272 sk->iso_frame_balance -= urb->number_of_packets; in balance_capture()
300 ii->number_of_packets + s->sync_packet; in usb_stream_prepare_playback()
309 s->sync_packet < inurb->number_of_packets && p < sk->n_o_ps; in usb_stream_prepare_playback()
322 s->sync_packet -= inurb->number_of_packets; in usb_stream_prepare_playback()
326 s->sync_packet, p, inurb->number_of_packets, in usb_stream_prepare_playback()
338 io->number_of_packets = p; in usb_stream_prepare_playback()
347 static void prepare_inurb(int number_of_packets, struct urb *iu) in prepare_inurb() argument
352 iu->number_of_packets = number_of_packets; in prepare_inurb()
355 for (p = 0; p < iu->number_of_packets - 1; ++p) in prepare_inurb()
359 id[0].length * iu->number_of_packets; in prepare_inurb()
366 prepare_inurb(sk->idle_outurb->number_of_packets, sk->idle_inurb); in submit_urbs()
408 for (; p < iu->number_of_packets && l < s->period_size; ++p) { in loop_back()
460 for (p = 0; p < inurb->number_of_packets; ++p) { in stream_idle()
540 s->cfg.frame_size * inurb->number_of_packets; in stream_start()
549 for (p = 0; p < inurb->number_of_packets; ++p) { in stream_start()
561 inurb->number_of_packets, diff); in stream_start()
622 for (p = 0; p < urb->number_of_packets; ++p) { in i_capture_start()
641 for (pack = 1; pack < urb->number_of_packets; ++pack) { in i_capture_start()
687 inurb->number_of_packets = outurb->number_of_packets; in usb_stream_start()
689 inurb->number_of_packets * in usb_stream_start()