Searched refs:forced_manual (Results 1 – 1 of 1) sorted by relevance
40 static int forced_manual; variable41 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()