Lines Matching refs:phy
423 static void hdmi_phy_8960_destroy(struct hdmi_phy *phy) in hdmi_phy_8960_destroy() argument
425 struct hdmi_phy_8960 *phy_8960 = to_hdmi_phy_8960(phy); in hdmi_phy_8960_destroy()
429 static void hdmi_phy_8960_reset(struct hdmi_phy *phy) in hdmi_phy_8960_reset() argument
431 struct hdmi_phy_8960 *phy_8960 = to_hdmi_phy_8960(phy); in hdmi_phy_8960_reset()
480 static void hdmi_phy_8960_powerup(struct hdmi_phy *phy, in hdmi_phy_8960_powerup() argument
483 struct hdmi_phy_8960 *phy_8960 = to_hdmi_phy_8960(phy); in hdmi_phy_8960_powerup()
502 static void hdmi_phy_8960_powerdown(struct hdmi_phy *phy) in hdmi_phy_8960_powerdown() argument
504 struct hdmi_phy_8960 *phy_8960 = to_hdmi_phy_8960(phy); in hdmi_phy_8960_powerdown()
522 struct hdmi_phy *phy = NULL; in hdmi_phy_8960_init() local
539 phy = &phy_8960->base; in hdmi_phy_8960_init()
541 phy->funcs = &hdmi_phy_8960_funcs; in hdmi_phy_8960_init()
555 return phy; in hdmi_phy_8960_init()
558 if (phy) in hdmi_phy_8960_init()
559 hdmi_phy_8960_destroy(phy); in hdmi_phy_8960_init()