Lines Matching full:opmode
56 static int opmode = OPMODE_AUTO; variable
69 module_param(opmode, int, 0444);
79 MODULE_PARM_DESC(opmode, "Forces a MSP3400 opmode. 0=Manual, 1=Autodetect, 2=Autodetect and autosel…
409 switch (state->opmode) { in msp_s_radio()
490 reg = (state->opmode == OPMODE_AUTOSELECT) ? 0x30 : 0xbb; in msp_s_routing()
506 if (state->opmode == OPMODE_AUTOSELECT) in msp_g_tuner()
558 if (state->opmode == OPMODE_AUTOSELECT) in msp_log_status()
578 } else if (state->opmode == OPMODE_MANUAL) { in msp_log_status()
583 if (state->opmode == OPMODE_AUTODETECT) in msp_log_status()
781 state->opmode = opmode; in msp_probe()
782 if (state->opmode < OPMODE_MANUAL in msp_probe()
783 || state->opmode > OPMODE_AUTOSELECT) { in msp_probe()
786 state->opmode = OPMODE_AUTOSELECT; in msp_probe()
789 state->opmode = OPMODE_AUTODETECT; in msp_probe()
791 state->opmode = OPMODE_MANUAL; in msp_probe()
829 opmode_str[state->opmode]); in msp_probe()
832 switch (state->opmode) { in msp_probe()