Searched refs:nrpacks (Results 1 – 3 of 3) sorted by relevance
33 extern int nrpacks;34 #define nr_of_packs() nrpacks
155 int nrpacks = USX2Y_NRPACKS; /* number of packets per urb */ variable156 module_param(nrpacks, int, 0444);157 MODULE_PARM_DESC(nrpacks, "Number of packets per URB.");453 if (nrpacks < 0 || nrpacks > USX2Y_NRPACKS_MAX) in snd_usx2y_probe()
2248 nrpacks2413 NB: ``nrpacks`` parameter can be modified dynamically via sysfs.