Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/deprecated/saa7146/av7110/
Dav7110.c66 static int hw_sections; variable
83 module_param(hw_sections, int, 0444);
84 MODULE_PARM_DESC(hw_sections, "0 use software section filter, 1 use hardware");
787 if (hw_sections) { in StartHWFilter()