Searched refs:tuner_lock_debug (Results 1 – 1 of 1) sorted by relevance
12 static int tuner_lock_debug; variable13 module_param(tuner_lock_debug, int, 0644);14 MODULE_PARM_DESC(tuner_lock_debug, "if set, signal lock is briefly waited on after setting params");401 if (tuner_lock_debug && (wait_status & 0x81) == 0x81) { in si2157_tune_wait()