Home
last modified time | relevance | path

Searched refs:nicam_on (Results 1 – 2 of 2) sorted by relevance

/drivers/media/i2c/
Dmsp3400-kthreads.c320 if (state->nicam_on) in msp3400c_set_audmode()
406 int newnicam = state->nicam_on; in msp3400c_detect_stereo()
465 if (newnicam != state->nicam_on) { in msp3400c_detect_stereo()
468 state->nicam_on, newnicam); in msp3400c_detect_stereo()
469 state->nicam_on = newnicam; in msp3400c_detect_stereo()
528 state->nicam_on = 0; in msp3400c_thread()
613 state->nicam_on = 1; in msp3400c_thread()
624 state->nicam_on = 1; in msp3400c_thread()
644 state->nicam_on = 1; in msp3400c_thread()
727 state->nicam_on = 0; in msp3410d_thread()
[all …]
Dmsp3400-driver.h87 int nicam_on; member