Lines Matching refs:sti_tvout

112 struct sti_tvout {  struct
125 struct sti_tvout *tvout; argument
145 static u32 tvout_read(struct sti_tvout *tvout, int offset) in tvout_read()
150 static void tvout_write(struct sti_tvout *tvout, u32 val, int offset) in tvout_write()
164 static void tvout_vip_set_color_order(struct sti_tvout *tvout, int reg, in tvout_vip_set_color_order()
186 static void tvout_vip_set_clip_mode(struct sti_tvout *tvout, int reg, u32 range) in tvout_vip_set_clip_mode()
202 static void tvout_vip_set_rnd(struct sti_tvout *tvout, int reg, u32 rnd) in tvout_vip_set_rnd()
219 static void tvout_vip_set_sel_input(struct sti_tvout *tvout, in tvout_vip_set_sel_input()
256 static void tvout_vip_set_in_vid_fmt(struct sti_tvout *tvout, in tvout_vip_set_in_vid_fmt()
272 static void tvout_preformatter_set_matrix(struct sti_tvout *tvout, in tvout_preformatter_set_matrix()
298 static void tvout_dvo_start(struct sti_tvout *tvout, bool main_path) in tvout_dvo_start()
352 static void tvout_hdmi_start(struct sti_tvout *tvout, bool main_path) in tvout_hdmi_start()
401 static void tvout_hda_start(struct sti_tvout *tvout, bool main_path) in tvout_hda_start()
500 struct sti_tvout *tvout = (struct sti_tvout *)node->info_ent->data; in tvout_dbg_show()
573 static void tvout_debugfs_init(struct sti_tvout *tvout, struct drm_minor *minor) in tvout_debugfs_init()
605 struct sti_tvout *tvout = to_sti_tvout(encoder); in sti_tvout_late_register()
618 struct sti_tvout *tvout = to_sti_tvout(encoder); in sti_tvout_early_unregister()
634 struct sti_tvout *tvout = to_sti_tvout(encoder); in sti_dvo_encoder_enable()
643 struct sti_tvout *tvout = to_sti_tvout(encoder); in sti_dvo_encoder_disable()
658 struct sti_tvout *tvout) in sti_tvout_create_dvo_encoder()
684 struct sti_tvout *tvout = to_sti_tvout(encoder); in sti_hda_encoder_enable()
693 struct sti_tvout *tvout = to_sti_tvout(encoder); in sti_hda_encoder_disable()
710 struct sti_tvout *tvout) in sti_tvout_create_hda_encoder()
735 struct sti_tvout *tvout = to_sti_tvout(encoder); in sti_hdmi_encoder_enable()
744 struct sti_tvout *tvout = to_sti_tvout(encoder); in sti_hdmi_encoder_disable()
758 struct sti_tvout *tvout) in sti_tvout_create_hdmi_encoder()
782 struct sti_tvout *tvout) in sti_tvout_create_encoders()
796 static void sti_tvout_destroy_encoders(struct sti_tvout *tvout) in sti_tvout_destroy_encoders()
813 struct sti_tvout *tvout = dev_get_drvdata(dev); in sti_tvout_bind()
826 struct sti_tvout *tvout = dev_get_drvdata(dev); in sti_tvout_unbind()
840 struct sti_tvout *tvout; in sti_tvout_probe()