Lines Matching refs:phy
28 static void phy_write(struct hdmi_phy_8x74 *phy, u32 reg, u32 data) in phy_write() argument
30 msm_writel(data, phy->mmio + reg); in phy_write()
38 static void hdmi_phy_8x74_destroy(struct hdmi_phy *phy) in hdmi_phy_8x74_destroy() argument
40 struct hdmi_phy_8x74 *phy_8x74 = to_hdmi_phy_8x74(phy); in hdmi_phy_8x74_destroy()
44 static void hdmi_phy_8x74_reset(struct hdmi_phy *phy) in hdmi_phy_8x74_reset() argument
46 struct hdmi_phy_8x74 *phy_8x74 = to_hdmi_phy_8x74(phy); in hdmi_phy_8x74_reset()
97 static void hdmi_phy_8x74_powerup(struct hdmi_phy *phy, in hdmi_phy_8x74_powerup() argument
100 struct hdmi_phy_8x74 *phy_8x74 = to_hdmi_phy_8x74(phy); in hdmi_phy_8x74_powerup()
112 static void hdmi_phy_8x74_powerdown(struct hdmi_phy *phy) in hdmi_phy_8x74_powerdown() argument
114 struct hdmi_phy_8x74 *phy_8x74 = to_hdmi_phy_8x74(phy); in hdmi_phy_8x74_powerdown()
128 struct hdmi_phy *phy = NULL; in hdmi_phy_8x74_init() local
137 phy = &phy_8x74->base; in hdmi_phy_8x74_init()
139 phy->funcs = &hdmi_phy_8x74_funcs; in hdmi_phy_8x74_init()
151 return phy; in hdmi_phy_8x74_init()
154 if (phy) in hdmi_phy_8x74_init()
155 hdmi_phy_8x74_destroy(phy); in hdmi_phy_8x74_init()