Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/msm/hdmi/
Dhdmi.h31 struct hdmi_phy;
60 struct hdmi_phy *phy;
75 struct hdmi_phy *(*phy_init)(struct hdmi *hdmi);
119 void (*destroy)(struct hdmi_phy *phy);
120 void (*reset)(struct hdmi_phy *phy);
121 void (*powerup)(struct hdmi_phy *phy, unsigned long int pixclock);
122 void (*powerdown)(struct hdmi_phy *phy);
125 struct hdmi_phy { struct
129 struct hdmi_phy *hdmi_phy_8960_init(struct hdmi *hdmi);
130 struct hdmi_phy *hdmi_phy_8x60_init(struct hdmi *hdmi);
[all …]
Dhdmi_phy_8x74.c21 struct hdmi_phy base;
38 static void hdmi_phy_8x74_destroy(struct hdmi_phy *phy) in hdmi_phy_8x74_destroy()
44 static void hdmi_phy_8x74_reset(struct hdmi_phy *phy) in hdmi_phy_8x74_reset()
97 static void hdmi_phy_8x74_powerup(struct hdmi_phy *phy, in hdmi_phy_8x74_powerup()
112 static void hdmi_phy_8x74_powerdown(struct hdmi_phy *phy) in hdmi_phy_8x74_powerdown()
125 struct hdmi_phy *hdmi_phy_8x74_init(struct hdmi *hdmi) in hdmi_phy_8x74_init()
128 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_reset(struct hdmi_phy *phy) in hdmi_phy_8x60_reset()
63 static void hdmi_phy_8x60_powerup(struct hdmi_phy *phy, in hdmi_phy_8x60_powerup()
150 static void hdmi_phy_8x60_powerdown(struct hdmi_phy *phy) in hdmi_phy_8x60_powerdown()
190 struct hdmi_phy *hdmi_phy_8x60_init(struct hdmi *hdmi) in hdmi_phy_8x60_init()
193 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_reset(struct hdmi_phy *phy) in hdmi_phy_8960_reset()
480 static void hdmi_phy_8960_powerup(struct hdmi_phy *phy, in hdmi_phy_8960_powerup()
502 static void hdmi_phy_8960_powerdown(struct hdmi_phy *phy) in hdmi_phy_8960_powerdown()
519 struct hdmi_phy *hdmi_phy_8960_init(struct hdmi *hdmi) in hdmi_phy_8960_init()
522 struct hdmi_phy *phy = NULL; in hdmi_phy_8960_init()
Dhdmi_bridge.c93 struct hdmi_phy *phy = hdmi->phy; in hdmi_bridge_pre_enable()
119 struct hdmi_phy *phy = hdmi->phy; in hdmi_bridge_post_disable()
Dhdmi_connector.c140 struct hdmi_phy *phy = hdmi->phy; in hpd_enable()
Dhdmi.c61 struct hdmi_phy *phy = hdmi->phy; in hdmi_destroy()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
DMakefile15 hdmi_phy.o