Searched refs:maxpacksize (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dcard.h23 unsigned int maxpacksize; /* max. packet size */ member in struct:audioformat
67 unsigned int maxpacksize; /* max packet size in bytes */ member in struct:snd_usb_substream
H A Dendpoint.c364 fp->maxpacksize * 2)
379 fp->maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize);
383 fp->maxpacksize = (((fp->maxpacksize >> 11) & 3) + 1)
384 * (fp->maxpacksize & 0x7ff);
H A Dquirks.c163 fp->maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize);
234 fp->maxpacksize = le16_to_cpu(get_endpoint(alts, 0)->wMaxPacketSize);
236 switch (fp->maxpacksize) {
H A Dpcm.c100 if (fp->maxpacksize > found->maxpacksize) {
234 subs->maxpacksize = fmt->maxpacksize;
394 subs->maxframesize = bytes_to_frames(runtime, subs->maxpacksize);
H A Durb.c229 if (subs->maxpacksize) {
231 maxsize = subs->maxpacksize;
243 subs->curpacksize = subs->maxpacksize;
H A Dformat.c177 fp->altsetting == 5 && fp->maxpacksize == 392)
H A Dquirks-table.h2287 .maxpacksize = 0x130,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dusbusx2y.h58 unsigned int maxpacksize; /* max packet size in bytes */ member in struct:snd_usX2Y_substream
H A Dusbusx2yaudio.c432 subs->maxpacksize = usb_maxpacket(dev, pipe, is_playback);
433 if (!subs->maxpacksize)
437 subs->tmpbuf = kcalloc(nr_of_packs(), subs->maxpacksize, GFP_KERNEL);
457 (*purb)->transfer_buffer = kmalloc(subs->maxpacksize * nr_of_packs(), GFP_KERNEL);
507 urb->iso_frame_desc[pack].offset = subs->maxpacksize * pack;
508 urb->iso_frame_desc[pack].length = subs->maxpacksize;
510 urb->transfer_buffer_length = subs->maxpacksize * nr_of_packs();
H A Dusx2yhwdeppcm.c327 subs->maxpacksize = usb_maxpacket(dev, pipe, is_playback);
328 if (!subs->maxpacksize)
449 urb->iso_frame_desc[pack].offset = subs->maxpacksize * (pack + u * nr_of_packs());
450 urb->iso_frame_desc[pack].length = subs->maxpacksize;
452 urb->transfer_buffer_length = subs->maxpacksize * nr_of_packs();

Completed in 65 milliseconds