Lines Matching refs:au8522_state
182 static inline struct au8522_state *to_state(struct v4l2_subdev *sd) in to_state()
184 return container_of(sd, struct au8522_state, sd); in to_state()
187 static void setup_vbi(struct au8522_state *state, int aud_input) in setup_vbi()
223 static void setup_decoder_defaults(struct au8522_state *state, bool is_svideo) in setup_decoder_defaults()
355 static void au8522_setup_cvbs_mode(struct au8522_state *state, u8 input_mode) in au8522_setup_cvbs_mode()
375 static void au8522_setup_cvbs_tuner_mode(struct au8522_state *state, in au8522_setup_cvbs_tuner_mode()
401 static void au8522_setup_svideo_mode(struct au8522_state *state, in au8522_setup_svideo_mode()
424 static void disable_audio_input(struct au8522_state *state) in disable_audio_input()
438 static void set_audio_input(struct au8522_state *state) in set_audio_input()
494 struct au8522_state *state = in au8522_s_ctrl()
495 container_of(ctrl->handler, struct au8522_state, hdl); in au8522_s_ctrl()
531 struct au8522_state *state = to_state(sd); in au8522_g_register()
540 struct au8522_state *state = to_state(sd); in au8522_s_register()
547 static void au8522_video_set(struct au8522_state *state) in au8522_video_set()
588 struct au8522_state *state = to_state(sd); in au8522_s_stream()
619 struct au8522_state *state = to_state(sd); in au8522_s_video_routing()
640 struct au8522_state *state = to_state(sd); in au8522_s_std()
656 struct au8522_state *state = to_state(sd); in au8522_s_audio_routing()
669 struct au8522_state *state = to_state(sd); in au8522_g_tuner()
729 struct au8522_state *state; in au8522_probe()