Searched refs:nr_of_packs (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/usb/usx2y/
H A Dusbusx2yaudio.c51 #define nr_of_packs() nrpacks macro
55 #define nr_of_packs() USX2Y_NRPACKS macro
67 for (i = 0; i < nr_of_packs(); i++) {
126 for (pack = 0; pack < nr_of_packs(); pack++) {
194 urb->start_frame = frame + NRURBS * nr_of_packs(); // let hcd do rollover sanity checks
324 usx2y->wait_iso_frame += nr_of_packs();
429 subs->tmpbuf = kcalloc(nr_of_packs(), subs->maxpacksize, GFP_KERNEL);
440 *purb = usb_alloc_urb(nr_of_packs(), GFP_KERNEL);
449 nr_of_packs(), GFP_KERNEL);
457 (*purb)->number_of_packets = nr_of_packs();
[all...]
H A Dusx2yhwdeppcm.c64 for (i = 0; i < nr_of_packs(); i++) {
119 for (pack = 0; pack < nr_of_packs(); pack++) {
147 for (pack = 0; pack < nr_of_packs(); ++pack) {
160 desc->offset += desc->length * NRURBS * nr_of_packs();
256 usx2y->wait_iso_frame += nr_of_packs();
335 *purb = usb_alloc_urb(nr_of_packs(), GFP_KERNEL);
348 (*purb)->number_of_packets = nr_of_packs();
452 for (pack = 0; pack < nr_of_packs(); pack++) {
453 urb->iso_frame_desc[pack].offset = subs->maxpacksize * (pack + u * nr_of_packs());
456 urb->transfer_buffer_length = subs->maxpacksize * nr_of_packs();
[all...]

Completed in 121 milliseconds