Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/usb/usx2y/
H A Dusbusx2yaudio.c42 nrpacks set to 1, you might as well comment
48 static int nrpacks = USX2Y_NRPACKS; /* number of packets per urb */ variable
49 #define nr_of_packs() nrpacks
50 module_param(nrpacks, int, 0444);
51 MODULE_PARM_DESC(nrpacks, "Number of packets per URB.");
/kernel/linux/linux-6.6/sound/usb/usx2y/
H A Dusbusx2yaudio.c43 * nrpacks set to 1, you might as well comment
50 static int nrpacks = USX2Y_NRPACKS; /* number of packets per urb */ variable
51 #define nr_of_packs() nrpacks
52 module_param(nrpacks, int, 0444);
53 MODULE_PARM_DESC(nrpacks, "Number of packets per URB.");

Completed in 5 milliseconds