Home
last modified time | relevance | path

Searched refs:OPMODE_AUTOSELECT (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/media/i2c/
Dmsp3400-driver.c426 case OPMODE_AUTOSELECT: in msp_s_radio()
498 reg = (state->opmode == OPMODE_AUTOSELECT) ? 0x30 : 0xbb; in msp_s_routing()
514 if (state->opmode == OPMODE_AUTOSELECT) in msp_g_tuner()
566 if (state->opmode == OPMODE_AUTOSELECT) in msp_log_status()
663 [OPMODE_AUTOSELECT] = "autodetect and autoselect",
791 || state->opmode > OPMODE_AUTOSELECT) { in msp_probe()
794 state->opmode = OPMODE_AUTOSELECT; in msp_probe()
847 case OPMODE_AUTOSELECT: in msp_probe()
Dmsp3400-driver.h45 #define OPMODE_AUTOSELECT 2 /* use autodetect & autoselect (>= msp34xxG) */ macro
Dmsp3400-kthreads.c251 if (state->opmode == OPMODE_AUTOSELECT) { in msp3400c_set_audmode()
1136 case OPMODE_AUTOSELECT: in msp_set_audmode()
1150 case OPMODE_AUTOSELECT: in msp_detect_stereo()