Home
last modified time | relevance | path

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

/linux-6.12.1/sound/usb/usx2y/
Dusb_stream.c26 for (pack = 0; pack < sk->n_o_ps; pack++) { in playback_prep_freqn()
52 int transfer_length = maxpacket * sk->n_o_ps; in init_pipe_urbs()
62 urb->number_of_packets = sk->n_o_ps; in init_pipe_urbs()
74 for (p = 1; p < sk->n_o_ps; ++p) { in init_pipe_urbs()
92 sk->inurb[u] = usb_alloc_urb(sk->n_o_ps, GFP_KERNEL); in init_urbs()
96 sk->outurb[u] = usb_alloc_urb(sk->n_o_ps, GFP_KERNEL); in init_urbs()
207 sk->n_o_ps = packets; in usb_stream_new()
304 s->sync_packet < inurb->number_of_packets && p < sk->n_o_ps; in usb_stream_prepare_playback()
Dusb_stream.h16 unsigned int n_o_ps; member