Lines Matching refs:input_mode
300 static void au8522_setup_cvbs_mode(struct au8522_state *state, u8 input_mode)
312 au8522_writereg(state, AU8522_INPUT_CONTROL_REG081H, input_mode);
321 u8 input_mode)
338 au8522_writereg(state, AU8522_INPUT_CONTROL_REG081H, input_mode);
347 u8 input_mode)
353 au8522_writereg(state, AU8522_INPUT_CONTROL_REG081H, input_mode);
493 u8 input_mode;
499 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH1;
500 au8522_setup_cvbs_mode(state, input_mode);
503 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH2;
504 au8522_setup_cvbs_mode(state, input_mode);
507 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH3;
508 au8522_setup_cvbs_mode(state, input_mode);
511 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH4;
512 au8522_setup_cvbs_mode(state, input_mode);
515 input_mode = AU8522_INPUT_CONTROL_REG081H_SVIDEO_CH13;
516 au8522_setup_svideo_mode(state, input_mode);
519 input_mode = AU8522_INPUT_CONTROL_REG081H_SVIDEO_CH24;
520 au8522_setup_svideo_mode(state, input_mode);
524 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH4_SIF;
525 au8522_setup_cvbs_tuner_mode(state, input_mode);