Searched defs:number_of_packets (Results 1 - 1 of 1) sorted by relevance

/sound/usb/usx2y/
H A Dusb_stream.c52 urb->number_of_packets = pack;
76 urb->number_of_packets = sk->n_o_ps;
254 sk->iso_frame_balance += urb->number_of_packets;
260 sk->iso_frame_balance -= urb->number_of_packets;
288 ii->number_of_packets + s->sync_packet;
297 s->sync_packet < inurb->number_of_packets && p < sk->n_o_ps;
310 s->sync_packet -= inurb->number_of_packets;
314 s->sync_packet, p, inurb->number_of_packets,
326 io->number_of_packets = p;
335 static void prepare_inurb(int number_of_packets, struc argument
[all...]

Completed in 24 milliseconds