Searched refs:hdmi_phy (Results 1 – 7 of 7) sorted by relevance
31 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 { struct150 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);
21 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()
21 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()
26 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()
93 struct hdmi_phy *phy = hdmi->phy; in hdmi_bridge_pre_enable()124 struct hdmi_phy *phy = hdmi->phy; in hdmi_bridge_post_disable()
68 struct hdmi_phy *phy = hdmi->phy; in hdmi_destroy()
15 hdmi_phy.o