Home
last modified time | relevance | path

Searched refs:n_o_ps (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/sound/usb/usx2y/
Dusb_stream.c26 for (pack = 0; pack < sk->n_o_ps; pack++) { in playback_prep_freqn()
55 int transfer_length = maxpacket * sk->n_o_ps; in init_pipe_urbs()
65 urb->number_of_packets = sk->n_o_ps; in init_pipe_urbs()
77 for (p = 1; p < sk->n_o_ps; ++p) { in init_pipe_urbs()
95 sk->inurb[u] = usb_alloc_urb(sk->n_o_ps, GFP_KERNEL); in init_urbs()
99 sk->outurb[u] = usb_alloc_urb(sk->n_o_ps, GFP_KERNEL); in init_urbs()
210 sk->n_o_ps = packets; in usb_stream_new()
306 s->sync_packet < inurb->number_of_packets && p < sk->n_o_ps; in usb_stream_prepare_playback()
Dusb_stream.h15 unsigned int n_o_ps; member