• Home
  • Raw
  • Download

Lines Matching refs:input_mode

355 static void au8522_setup_cvbs_mode(struct au8522_state *state, u8 input_mode)  in au8522_setup_cvbs_mode()  argument
367 au8522_writereg(state, AU8522_INPUT_CONTROL_REG081H, input_mode); in au8522_setup_cvbs_mode()
376 u8 input_mode) in au8522_setup_cvbs_tuner_mode() argument
393 au8522_writereg(state, AU8522_INPUT_CONTROL_REG081H, input_mode); in au8522_setup_cvbs_tuner_mode()
402 u8 input_mode) in au8522_setup_svideo_mode() argument
408 au8522_writereg(state, AU8522_INPUT_CONTROL_REG081H, input_mode); in au8522_setup_svideo_mode()
549 u8 input_mode; in au8522_video_set() local
555 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH1; in au8522_video_set()
556 au8522_setup_cvbs_mode(state, input_mode); in au8522_video_set()
559 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH2; in au8522_video_set()
560 au8522_setup_cvbs_mode(state, input_mode); in au8522_video_set()
563 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH3; in au8522_video_set()
564 au8522_setup_cvbs_mode(state, input_mode); in au8522_video_set()
567 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH4; in au8522_video_set()
568 au8522_setup_cvbs_mode(state, input_mode); in au8522_video_set()
571 input_mode = AU8522_INPUT_CONTROL_REG081H_SVIDEO_CH13; in au8522_video_set()
572 au8522_setup_svideo_mode(state, input_mode); in au8522_video_set()
575 input_mode = AU8522_INPUT_CONTROL_REG081H_SVIDEO_CH24; in au8522_video_set()
576 au8522_setup_svideo_mode(state, input_mode); in au8522_video_set()
580 input_mode = AU8522_INPUT_CONTROL_REG081H_CVBS_CH4_SIF; in au8522_video_set()
581 au8522_setup_cvbs_tuner_mode(state, input_mode); in au8522_video_set()