Home
last modified time | relevance | path

Searched refs:preallocate_big_buffers (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/usb/au0828/
Dau0828-dvb.c36 static int preallocate_big_buffers; variable
37 module_param_named(preallocate_big_buffers, preallocate_big_buffers, int, 0644);
38 MODULE_PARM_DESC(preallocate_big_buffers, "Preallocate the larger transfer buffers at module load t…
171 if (!preallocate_big_buffers) in stop_urb_transfer()
201 if (preallocate_big_buffers) in start_urb_transfer()
391 if (preallocate_big_buffers) { in dvb_register()
500 if (preallocate_big_buffers) { in dvb_register()
529 if (preallocate_big_buffers) { in au0828_dvb_unregister()