Lines Matching refs:au8522_state
167 static inline struct au8522_state *to_state(struct v4l2_subdev *sd) in to_state()
169 return container_of(sd, struct au8522_state, sd); in to_state()
172 static void setup_decoder_defaults(struct au8522_state *state, bool is_svideo) in setup_decoder_defaults()
300 static void au8522_setup_cvbs_mode(struct au8522_state *state, u8 input_mode) in au8522_setup_cvbs_mode()
320 static void au8522_setup_cvbs_tuner_mode(struct au8522_state *state, in au8522_setup_cvbs_tuner_mode()
346 static void au8522_setup_svideo_mode(struct au8522_state *state, in au8522_setup_svideo_mode()
369 static void disable_audio_input(struct au8522_state *state) in disable_audio_input()
383 static void set_audio_input(struct au8522_state *state) in set_audio_input()
438 struct au8522_state *state = in au8522_s_ctrl()
439 container_of(ctrl->handler, struct au8522_state, hdl); in au8522_s_ctrl()
475 struct au8522_state *state = to_state(sd); in au8522_g_register()
484 struct au8522_state *state = to_state(sd); in au8522_s_register()
491 static void au8522_video_set(struct au8522_state *state) in au8522_video_set()
532 struct au8522_state *state = to_state(sd); in au8522_s_stream()
563 struct au8522_state *state = to_state(sd); in au8522_s_video_routing()
584 struct au8522_state *state = to_state(sd); in au8522_s_std()
600 struct au8522_state *state = to_state(sd); in au8522_s_audio_routing()
613 struct au8522_state *state = to_state(sd); in au8522_g_tuner()
675 struct au8522_state *state; in au8522_probe()