Searched refs:hdmi_phy (Results 1 – 8 of 8) sorted by relevance
31 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 { struct129 struct hdmi_phy *hdmi_phy_8960_init(struct hdmi *hdmi);130 struct hdmi_phy *hdmi_phy_8x60_init(struct hdmi *hdmi);[all …]
21 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()
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_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()
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_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()
93 struct hdmi_phy *phy = hdmi->phy; in hdmi_bridge_pre_enable()119 struct hdmi_phy *phy = hdmi->phy; in hdmi_bridge_post_disable()
140 struct hdmi_phy *phy = hdmi->phy; in hpd_enable()
61 struct hdmi_phy *phy = hdmi->phy; in hdmi_destroy()
15 hdmi_phy.o