Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Dlgdt3306a.c40 static int forced_manual; variable
41 module_param(forced_manual, int, 0644);
42 MODULE_PARM_DESC(forced_manual, "if set, QAM64 and QAM256 will only lock to modulation specified");
581 if(forced_manual && (modulation != QAM_AUTO)){ in lgdt3306a_set_qam()