Lines Matching refs:au8522_state
168 static inline struct au8522_state *to_state(struct v4l2_subdev *sd) in to_state()
170 return container_of(sd, struct au8522_state, sd); in to_state()
173 static void setup_decoder_defaults(struct au8522_state *state, bool is_svideo) in setup_decoder_defaults()
301 static void au8522_setup_cvbs_mode(struct au8522_state *state, u8 input_mode) in au8522_setup_cvbs_mode()
321 static void au8522_setup_cvbs_tuner_mode(struct au8522_state *state, in au8522_setup_cvbs_tuner_mode()
347 static void au8522_setup_svideo_mode(struct au8522_state *state, in au8522_setup_svideo_mode()
370 static void disable_audio_input(struct au8522_state *state) in disable_audio_input()
384 static void set_audio_input(struct au8522_state *state) in set_audio_input()
439 struct au8522_state *state = in au8522_s_ctrl()
440 container_of(ctrl->handler, struct au8522_state, hdl); in au8522_s_ctrl()
476 struct au8522_state *state = to_state(sd); in au8522_g_register()
485 struct au8522_state *state = to_state(sd); in au8522_s_register()
492 static void au8522_video_set(struct au8522_state *state) in au8522_video_set()
533 struct au8522_state *state = to_state(sd); in au8522_s_stream()
564 struct au8522_state *state = to_state(sd); in au8522_s_video_routing()
585 struct au8522_state *state = to_state(sd); in au8522_s_std()
601 struct au8522_state *state = to_state(sd); in au8522_s_audio_routing()
614 struct au8522_state *state = to_state(sd); in au8522_g_tuner()
675 struct au8522_state *state; in au8522_probe()