Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dmsp3400-driver.c435 case OPMODE_AUTOSELECT: in msp_s_radio()
507 reg = (state->opmode == OPMODE_AUTOSELECT) ? 0x30 : 0xbb; in msp_s_routing()
523 if (state->opmode == OPMODE_AUTOSELECT) in msp_g_tuner()
575 if (state->opmode == OPMODE_AUTOSELECT) in msp_log_status()
672 [OPMODE_AUTOSELECT] = "autodetect and autoselect",
797 || state->opmode > OPMODE_AUTOSELECT) { in msp_probe()
800 state->opmode = OPMODE_AUTOSELECT; in msp_probe()
853 case OPMODE_AUTOSELECT: in msp_probe()
Dmsp3400-driver.h45 #define OPMODE_AUTOSELECT 2 /* use autodetect & autoselect (>= msp34xxG) */ macro
Dmsp3400-kthreads.c260 if (state->opmode == OPMODE_AUTOSELECT) { in msp3400c_set_audmode()
1141 case OPMODE_AUTOSELECT: in msp_set_audmode()
1155 case OPMODE_AUTOSELECT: in msp_detect_stereo()