Lines Matching refs:phy
26 static void hdmi_phy_8x60_destroy(struct hdmi_phy *phy) in hdmi_phy_8x60_destroy() argument
28 struct hdmi_phy_8x60 *phy_8x60 = to_hdmi_phy_8x60(phy); in hdmi_phy_8x60_destroy()
32 static void hdmi_phy_8x60_reset(struct hdmi_phy *phy) in hdmi_phy_8x60_reset() argument
34 struct hdmi_phy_8x60 *phy_8x60 = to_hdmi_phy_8x60(phy); in hdmi_phy_8x60_reset()
63 static void hdmi_phy_8x60_powerup(struct hdmi_phy *phy, in hdmi_phy_8x60_powerup() argument
66 struct hdmi_phy_8x60 *phy_8x60 = to_hdmi_phy_8x60(phy); in hdmi_phy_8x60_powerup()
150 static void hdmi_phy_8x60_powerdown(struct hdmi_phy *phy) in hdmi_phy_8x60_powerdown() argument
152 struct hdmi_phy_8x60 *phy_8x60 = to_hdmi_phy_8x60(phy); in hdmi_phy_8x60_powerdown()
193 struct hdmi_phy *phy = NULL; in hdmi_phy_8x60_init() local
202 phy = &phy_8x60->base; in hdmi_phy_8x60_init()
204 phy->funcs = &hdmi_phy_8x60_funcs; in hdmi_phy_8x60_init()
208 return phy; in hdmi_phy_8x60_init()
211 if (phy) in hdmi_phy_8x60_init()
212 hdmi_phy_8x60_destroy(phy); in hdmi_phy_8x60_init()