Searched refs:phy_8x60 (Results 1 – 1 of 1) sorted by relevance
28 struct hdmi_phy_8x60 *phy_8x60 = to_hdmi_phy_8x60(phy); in hdmi_phy_8x60_destroy() local29 kfree(phy_8x60); in hdmi_phy_8x60_destroy()35 struct hdmi_phy_8x60 *phy_8x60 = to_hdmi_phy_8x60(phy); in hdmi_phy_8x60_powerup() local36 struct hdmi *hdmi = phy_8x60->hdmi; in hdmi_phy_8x60_powerup()121 struct hdmi_phy_8x60 *phy_8x60 = to_hdmi_phy_8x60(phy); in hdmi_phy_8x60_powerdown() local122 struct hdmi *hdmi = phy_8x60->hdmi; in hdmi_phy_8x60_powerdown()160 struct hdmi_phy_8x60 *phy_8x60; in hdmi_phy_8x60_init() local164 phy_8x60 = kzalloc(sizeof(*phy_8x60), GFP_KERNEL); in hdmi_phy_8x60_init()165 if (!phy_8x60) { in hdmi_phy_8x60_init()170 phy = &phy_8x60->base; in hdmi_phy_8x60_init()[all …]