Lines Matching refs:opmode
70 static int opmode = OPMODE_AUTO; variable
83 module_param(opmode, int, 0444);
93 MODULE_PARM_DESC(opmode, "Forces a MSP3400 opmode. 0=Manual, 1=Autodetect, 2=Autodetect and autosel…
431 switch (state->opmode) { in msp_s_radio()
512 reg = (state->opmode == OPMODE_AUTOSELECT) ? 0x30 : 0xbb; in msp_s_routing()
528 if (state->opmode == OPMODE_AUTOSELECT) in msp_g_tuner()
580 if (state->opmode == OPMODE_AUTOSELECT) in msp_log_status()
600 } else if (state->opmode == OPMODE_MANUAL) { in msp_log_status()
605 if (state->opmode == OPMODE_AUTODETECT) in msp_log_status()
786 state->opmode = opmode; in msp_probe()
787 if (state->opmode == OPMODE_AUTO) { in msp_probe()
790 state->opmode = OPMODE_AUTOSELECT; in msp_probe()
793 state->opmode = OPMODE_AUTODETECT; in msp_probe()
795 state->opmode = OPMODE_MANUAL; in msp_probe()
840 switch (state->opmode) { in msp_probe()