Searched refs:n_o_ps (Results 1 – 2 of 2) sorted by relevance
39 for (pack = 0; pack < sk->n_o_ps; pack++) { in playback_prep_freqn()66 int transfer_length = maxpacket * sk->n_o_ps; in init_pipe_urbs()75 urb->number_of_packets = sk->n_o_ps; in init_pipe_urbs()85 for (p = 1; p < sk->n_o_ps; ++p) { in init_pipe_urbs()102 sk->inurb[u] = usb_alloc_urb(sk->n_o_ps, GFP_KERNEL); in init_urbs()103 sk->outurb[u] = usb_alloc_urb(sk->n_o_ps, GFP_KERNEL); in init_urbs()205 sk->n_o_ps = packets; in usb_stream_new()296 s->sync_packet < inurb->number_of_packets && p < sk->n_o_ps; in usb_stream_prepare_playback()
83 unsigned n_o_ps; member