Home
last modified time | relevance | path

Searched refs:hdmi_phy (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
Dhdmi.h31 struct hdmi_phy;
64 struct hdmi_phy *phy;
91 struct hdmi_phy *(*phy_init)(struct hdmi *hdmi);
141 void (*destroy)(struct hdmi_phy *phy);
142 void (*powerup)(struct hdmi_phy *phy, unsigned long int pixclock);
143 void (*powerdown)(struct hdmi_phy *phy);
146 struct hdmi_phy { struct
150 struct hdmi_phy *hdmi_phy_8960_init(struct hdmi *hdmi);
151 struct hdmi_phy *hdmi_phy_8x60_init(struct hdmi *hdmi);
152 struct hdmi_phy *hdmi_phy_8x74_init(struct hdmi *hdmi);
Dhdmi_phy_8x74.c21 struct hdmi_phy base;
37 static void hdmi_phy_8x74_destroy(struct hdmi_phy *phy) in hdmi_phy_8x74_destroy()
43 static void hdmi_phy_8x74_powerup(struct hdmi_phy *phy, in hdmi_phy_8x74_powerup()
58 static void hdmi_phy_8x74_powerdown(struct hdmi_phy *phy) in hdmi_phy_8x74_powerdown()
70 struct hdmi_phy *hdmi_phy_8x74_init(struct hdmi *hdmi) in hdmi_phy_8x74_init()
73 struct hdmi_phy *phy = NULL; in hdmi_phy_8x74_init()
Dhdmi_phy_8x60.c21 struct hdmi_phy base;
26 static void hdmi_phy_8x60_destroy(struct hdmi_phy *phy) in hdmi_phy_8x60_destroy()
32 static void hdmi_phy_8x60_powerup(struct hdmi_phy *phy, in hdmi_phy_8x60_powerup()
119 static void hdmi_phy_8x60_powerdown(struct hdmi_phy *phy) in hdmi_phy_8x60_powerdown()
158 struct hdmi_phy *hdmi_phy_8x60_init(struct hdmi *hdmi) in hdmi_phy_8x60_init()
161 struct hdmi_phy *phy = NULL; in hdmi_phy_8x60_init()
Dhdmi_phy_8960.c26 struct hdmi_phy base;
423 static void hdmi_phy_8960_destroy(struct hdmi_phy *phy) in hdmi_phy_8960_destroy()
429 static void hdmi_phy_8960_powerup(struct hdmi_phy *phy, in hdmi_phy_8960_powerup()
451 static void hdmi_phy_8960_powerdown(struct hdmi_phy *phy) in hdmi_phy_8960_powerdown()
467 struct hdmi_phy *hdmi_phy_8960_init(struct hdmi *hdmi) in hdmi_phy_8960_init()
470 struct hdmi_phy *phy = NULL; in hdmi_phy_8960_init()
Dhdmi_bridge.c93 struct hdmi_phy *phy = hdmi->phy; in hdmi_bridge_pre_enable()
124 struct hdmi_phy *phy = hdmi->phy; in hdmi_bridge_post_disable()
Dhdmi.c68 struct hdmi_phy *phy = hdmi->phy; in hdmi_destroy()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
DMakefile15 hdmi_phy.o