Lines Matching refs:phy
27 static void phy_write(struct hdmi_phy_8x74 *phy, u32 reg, u32 data) in phy_write() argument
29 msm_writel(data, phy->mmio + reg); in phy_write()
37 static void hdmi_phy_8x74_destroy(struct hdmi_phy *phy) in hdmi_phy_8x74_destroy() argument
39 struct hdmi_phy_8x74 *phy_8x74 = to_hdmi_phy_8x74(phy); in hdmi_phy_8x74_destroy()
43 static void hdmi_phy_8x74_powerup(struct hdmi_phy *phy, in hdmi_phy_8x74_powerup() argument
46 struct hdmi_phy_8x74 *phy_8x74 = to_hdmi_phy_8x74(phy); in hdmi_phy_8x74_powerup()
58 static void hdmi_phy_8x74_powerdown(struct hdmi_phy *phy) in hdmi_phy_8x74_powerdown() argument
60 struct hdmi_phy_8x74 *phy_8x74 = to_hdmi_phy_8x74(phy); in hdmi_phy_8x74_powerdown()
73 struct hdmi_phy *phy = NULL; in hdmi_phy_8x74_init() local
82 phy = &phy_8x74->base; in hdmi_phy_8x74_init()
84 phy->funcs = &hdmi_phy_8x74_funcs; in hdmi_phy_8x74_init()
94 return phy; in hdmi_phy_8x74_init()
97 if (phy) in hdmi_phy_8x74_init()
98 hdmi_phy_8x74_destroy(phy); in hdmi_phy_8x74_init()