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