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()
253 sk->iso_frame_balance += urb->number_of_packets; in balance_playback()
259 sk->iso_frame_balance -= urb->number_of_packets; in balance_capture()
287 ii->number_of_packets + s->sync_packet; in usb_stream_prepare_playback()
296 s->sync_packet < inurb->number_of_packets && p < sk->n_o_ps; in usb_stream_prepare_playback()
309 s->sync_packet -= inurb->number_of_packets; in usb_stream_prepare_playback()
313 s->sync_packet, p, inurb->number_of_packets, in usb_stream_prepare_playback()
325 io->number_of_packets = p; in usb_stream_prepare_playback()
334 static void prepare_inurb(int number_of_packets, struct urb *iu) in prepare_inurb() argument
339 iu->number_of_packets = number_of_packets; in prepare_inurb()
342 for (p = 0; p < iu->number_of_packets - 1; ++p) in prepare_inurb()
346 id[0].length * iu->number_of_packets; in prepare_inurb()
353 prepare_inurb(sk->idle_outurb->number_of_packets, sk->idle_inurb); in submit_urbs()
393 for (; p < iu->number_of_packets && l < s->period_size; ++p) { in loop_back()
445 for (p = 0; p < inurb->number_of_packets; ++p) { in stream_idle()
525 s->cfg.frame_size * inurb->number_of_packets; in stream_start()
534 for (p = 0; p < inurb->number_of_packets; ++p) { in stream_start()
546 inurb->number_of_packets, diff); in stream_start()
607 for (p = 0; p < urb->number_of_packets; ++p) { in i_capture_start()
626 for (pack = 1; pack < urb->number_of_packets; ++pack) { in i_capture_start()
672 inurb->number_of_packets = outurb->number_of_packets; in usb_stream_start()
674 inurb->number_of_packets * in usb_stream_start()