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_powerup(struct hdmi_phy *phy, in hdmi_phy_8x60_powerup() argument
35 struct hdmi_phy_8x60 *phy_8x60 = to_hdmi_phy_8x60(phy); in hdmi_phy_8x60_powerup()
119 static void hdmi_phy_8x60_powerdown(struct hdmi_phy *phy) in hdmi_phy_8x60_powerdown() argument
121 struct hdmi_phy_8x60 *phy_8x60 = to_hdmi_phy_8x60(phy); in hdmi_phy_8x60_powerdown()
161 struct hdmi_phy *phy = NULL; in hdmi_phy_8x60_init() local
170 phy = &phy_8x60->base; in hdmi_phy_8x60_init()
172 phy->funcs = &hdmi_phy_8x60_funcs; in hdmi_phy_8x60_init()
176 return phy; in hdmi_phy_8x60_init()
179 if (phy) in hdmi_phy_8x60_init()
180 hdmi_phy_8x60_destroy(phy); in hdmi_phy_8x60_init()