Searched refs:nrpacks (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dusbaudio.h51 int nrpacks; /* from the 'nrpacks' module param */ member in struct:snd_usb_audio
H A Dcard.c81 static int nrpacks = 8; /* max. number of packets per urb */ variable
96 module_param(nrpacks, int, 0644);
97 MODULE_PARM_DESC(nrpacks, "Max. number of packets per URB.");
326 chip->nrpacks = nrpacks;
632 if (nrpacks < 1 || nrpacks > MAX_PACKS) {
633 printk(KERN_WARNING "invalid nrpacks value.\n");
H A Durb.c253 urb_packs = max(chip->nrpacks, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dusbusx2yaudio.c55 nrpacks set to 1, you might as well comment
61 static int nrpacks = USX2Y_NRPACKS; /* number of packets per urb */ variable
62 #define nr_of_packs() nrpacks
63 module_param(nrpacks, int, 0444);
64 MODULE_PARM_DESC(nrpacks, "Number of packets per URB.");

Completed in 61 milliseconds