Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Dlgdt3306a.c31 static int forced_manual; variable
32 module_param(forced_manual, int, 0644);
33 MODULE_PARM_DESC(forced_manual, "if set, QAM64 and QAM256 will only lock to modulation specified");
572 if(forced_manual && (modulation != QAM_AUTO)){ in lgdt3306a_set_qam()