Home
last modified time | relevance | path

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

/drivers/media/i2c/
Dmsp3400-kthreads.c334 if (state->nicam_on) in msp3400c_set_audmode()
420 int newnicam = state->nicam_on; in msp3400c_detect_stereo()
479 if (newnicam != state->nicam_on) { in msp3400c_detect_stereo()
482 state->nicam_on, newnicam); in msp3400c_detect_stereo()
483 state->nicam_on = newnicam; in msp3400c_detect_stereo()
542 state->nicam_on = 0; in msp3400c_thread()
623 state->nicam_on = 1; in msp3400c_thread()
634 state->nicam_on = 1; in msp3400c_thread()
654 state->nicam_on = 1; in msp3400c_thread()
736 state->nicam_on = 0; in msp3410d_thread()
[all …]
Dmsp3400-driver.h79 int nicam_on; member