Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c709 phy->clk_pll0 = devm_clk_get(dev, "pll-0"); in sun8i_hdmi_phy_probe()
710 if (IS_ERR(phy->clk_pll0)) in sun8i_hdmi_phy_probe()
711 return dev_err_probe(dev, PTR_ERR(phy->clk_pll0), in sun8i_hdmi_phy_probe()
H A Dsun8i_hdmi_phy_clk.c150 parents[0] = __clk_get_name(phy->clk_pll0); in sun8i_phy_clk_create()
H A Dsun8i_dw_hdmi.h164 struct clk *clk_pll0; member
/linux/drivers/gpu/drm/kmb/
H A Dkmb_drv.h45 struct clk *clk_pll0; member