Lines Matching defs:hdmi
297 static void __hdmi_write8(struct sh_hdmi *hdmi, u8 data, u8 reg) in __hdmi_write8()
302 static u8 __hdmi_read8(struct sh_hdmi *hdmi, u8 reg) in __hdmi_read8()
307 static void __hdmi_write32(struct sh_hdmi *hdmi, u8 data, u8 reg) in __hdmi_write32()
313 static u8 __hdmi_read32(struct sh_hdmi *hdmi, u8 reg) in __hdmi_read32()
318 static void hdmi_write(struct sh_hdmi *hdmi, u8 data, u8 reg) in hdmi_write()
323 static u8 hdmi_read(struct sh_hdmi *hdmi, u8 reg) in hdmi_read()
328 static void hdmi_bit_set(struct sh_hdmi *hdmi, u8 mask, u8 data, u8 reg) in hdmi_bit_set()
338 static void hdmi_htop1_write(struct sh_hdmi *hdmi, u32 data, u32 reg) in hdmi_htop1_write()
344 static u32 hdmi_htop1_read(struct sh_hdmi *hdmi, u32 reg) in hdmi_htop1_read()
355 struct sh_hdmi *hdmi = snd_soc_codec_get_drvdata(codec); in sh_hdmi_snd_read() local
364 struct sh_hdmi *hdmi = snd_soc_codec_get_drvdata(codec); in sh_hdmi_snd_write() local
402 static void sh_hdmi_external_video_param(struct sh_hdmi *hdmi) in sh_hdmi_external_video_param()
470 static void sh_hdmi_video_config(struct sh_hdmi *hdmi) in sh_hdmi_video_config()
498 static void sh_hdmi_audio_config(struct sh_hdmi *hdmi) in sh_hdmi_audio_config()
584 static void sh_hdmi_phy_config(struct sh_hdmi *hdmi) in sh_hdmi_phy_config()
653 static void sh_hdmi_avi_infoframe_setup(struct sh_hdmi *hdmi) in sh_hdmi_avi_infoframe_setup()
736 static void sh_hdmi_audio_infoframe_setup(struct sh_hdmi *hdmi) in sh_hdmi_audio_infoframe_setup()
779 static void sh_hdmi_configure(struct sh_hdmi *hdmi) in sh_hdmi_configure()
813 static unsigned long sh_hdmi_rate_error(struct sh_hdmi *hdmi, in sh_hdmi_rate_error()
843 static int sh_hdmi_read_edid(struct sh_hdmi *hdmi, unsigned long *hdmi_rate, in sh_hdmi_read_edid()
1028 struct sh_hdmi *hdmi = dev_id; in sh_hdmi_hotplug() local
1103 struct sh_hdmi *hdmi = entity_to_sh_hdmi(entity); in sh_hdmi_display_on() local
1127 struct sh_hdmi *hdmi = entity_to_sh_hdmi(entity); in sh_hdmi_display_off() local
1148 static long sh_hdmi_clk_configure(struct sh_hdmi *hdmi, unsigned long hdmi_rate, in sh_hdmi_clk_configure()
1177 struct sh_hdmi *hdmi = container_of(work, struct sh_hdmi, edid_work.work); in sh_hdmi_edid_work_fn() local
1225 static void sh_hdmi_htop1_init(struct sh_hdmi *hdmi) in sh_hdmi_htop1_init()
1278 struct sh_hdmi *hdmi; in sh_hdmi_probe() local
1418 struct sh_hdmi *hdmi = entity_to_sh_hdmi(platform_get_drvdata(pdev)); in sh_hdmi_remove() local