Home
last modified time | relevance | path

Searched refs:omap_hdmi (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi4.c34 static struct omap_hdmi hdmi;
303 static void hdmi_start_audio_stream(struct omap_hdmi *hd) in hdmi_start_audio_stream()
309 static void hdmi_stop_audio_stream(struct omap_hdmi *hd) in hdmi_stop_audio_stream()
553 struct omap_hdmi *hd = dev_get_drvdata(dev); in hdmi_audio_startup()
573 struct omap_hdmi *hd = dev_get_drvdata(dev); in hdmi_audio_shutdown()
586 struct omap_hdmi *hd = dev_get_drvdata(dev); in hdmi_audio_start()
603 struct omap_hdmi *hd = dev_get_drvdata(dev); in hdmi_audio_stop()
620 struct omap_hdmi *hd = dev_get_drvdata(dev); in hdmi_audio_config()
H A Dhdmi5.c38 static struct omap_hdmi hdmi;
331 static void hdmi_start_audio_stream(struct omap_hdmi *hd) in hdmi_start_audio_stream()
338 static void hdmi_stop_audio_stream(struct omap_hdmi *hd) in hdmi_stop_audio_stream()
585 struct omap_hdmi *hd = dev_get_drvdata(dev); in hdmi_audio_startup()
605 struct omap_hdmi *hd = dev_get_drvdata(dev); in hdmi_audio_shutdown()
618 struct omap_hdmi *hd = dev_get_drvdata(dev); in hdmi_audio_start()
635 struct omap_hdmi *hd = dev_get_drvdata(dev); in hdmi_audio_stop()
652 struct omap_hdmi *hd = dev_get_drvdata(dev); in hdmi_audio_config()
H A Dhdmi.h330 struct omap_hdmi { struct
/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi.h349 struct omap_hdmi { struct
383 #define drm_bridge_to_hdmi(b) container_of(b, struct omap_hdmi, bridge) argument