Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/au0828/
Dau0828-dvb.c32 static int preallocate_big_buffers; variable
33 module_param_named(preallocate_big_buffers, preallocate_big_buffers, int, 0644);
34 MODULE_PARM_DESC(preallocate_big_buffers, "Preallocate the larger transfer buffers at module load t…
188 if (!preallocate_big_buffers) in stop_urb_transfer()
218 if (preallocate_big_buffers) in start_urb_transfer()
411 if (preallocate_big_buffers) { in dvb_register()
532 if (preallocate_big_buffers) { in dvb_register()
561 if (preallocate_big_buffers) { in au0828_dvb_unregister()