Lines Matching refs:au8522_state
176 static inline struct au8522_state *to_state(struct v4l2_subdev *sd) in to_state()
178 return container_of(sd, struct au8522_state, sd); in to_state()
181 static void setup_decoder_defaults(struct au8522_state *state, bool is_svideo) in setup_decoder_defaults()
309 static void au8522_setup_cvbs_mode(struct au8522_state *state, u8 input_mode) in au8522_setup_cvbs_mode()
329 static void au8522_setup_cvbs_tuner_mode(struct au8522_state *state, in au8522_setup_cvbs_tuner_mode()
355 static void au8522_setup_svideo_mode(struct au8522_state *state, in au8522_setup_svideo_mode()
378 static void disable_audio_input(struct au8522_state *state) in disable_audio_input()
392 static void set_audio_input(struct au8522_state *state) in set_audio_input()
447 struct au8522_state *state = in au8522_s_ctrl()
448 container_of(ctrl->handler, struct au8522_state, hdl); in au8522_s_ctrl()
484 struct au8522_state *state = to_state(sd); in au8522_g_register()
493 struct au8522_state *state = to_state(sd); in au8522_s_register()
500 static void au8522_video_set(struct au8522_state *state) in au8522_video_set()
541 struct au8522_state *state = to_state(sd); in au8522_s_stream()
572 struct au8522_state *state = to_state(sd); in au8522_s_video_routing()
593 struct au8522_state *state = to_state(sd); in au8522_s_std()
609 struct au8522_state *state = to_state(sd); in au8522_s_audio_routing()
622 struct au8522_state *state = to_state(sd); in au8522_g_tuner()
684 struct au8522_state *state; in au8522_probe()