Home
last modified time | relevance | path

Searched refs:phy_8x60 (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
Dhdmi_phy_8x60.c28 struct hdmi_phy_8x60 *phy_8x60 = to_hdmi_phy_8x60(phy); in hdmi_phy_8x60_destroy() local
29 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() local
36 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() local
122 struct hdmi *hdmi = phy_8x60->hdmi; in hdmi_phy_8x60_powerdown()
160 struct hdmi_phy_8x60 *phy_8x60; in hdmi_phy_8x60_init() local
164 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 …]