Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy_clk.c173 phy->clk_phy = devm_clk_register(dev, &priv->hw); in sun8i_phy_clk_create()
174 if (IS_ERR(phy->clk_phy)) in sun8i_phy_clk_create()
175 return PTR_ERR(phy->clk_phy); in sun8i_phy_clk_create()
H A Dsun8i_hdmi_phy.c243 clk_set_rate(phy->clk_phy, clk_rate); in sun8i_h3_hdmi_phy_config()
548 clk_prepare_enable(phy->clk_phy); in sun8i_hdmi_phy_init()
569 clk_disable_unprepare(phy->clk_phy); in sun8i_hdmi_phy_deinit()
H A Dsun8i_dw_hdmi.h163 struct clk *clk_phy; member