Home
last modified time | relevance | path

Searched refs:clk_pll0 (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c727 phy->clk_pll0 = of_clk_get_by_name(node, "pll-0"); in sun8i_hdmi_phy_probe()
728 if (IS_ERR(phy->clk_pll0)) { in sun8i_hdmi_phy_probe()
730 ret = PTR_ERR(phy->clk_pll0); in sun8i_hdmi_phy_probe()
758 clk_put(phy->clk_pll0); in sun8i_hdmi_phy_probe()
773 clk_put(phy->clk_pll0); in sun8i_hdmi_phy_remove()
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.h170 struct clk *clk_pll0; member
/kernel/linux/linux-6.6/drivers/gpu/drm/kmb/
H A Dkmb_drv.c53 kmb->kmb_clk.clk_pll0 = devm_clk_get(dev, "clk_pll0"); in kmb_initialize_clocks()
54 if (IS_ERR(kmb->kmb_clk.clk_pll0)) { in kmb_initialize_clocks()
55 drm_err(&kmb->drm, "clk_get() failed clk_pll0 "); in kmb_initialize_clocks()
56 return PTR_ERR(kmb->kmb_clk.clk_pll0); in kmb_initialize_clocks()
58 kmb->sys_clk_mhz = clk_get_rate(kmb->kmb_clk.clk_pll0) / 1000000; in kmb_initialize_clocks()
H A Dkmb_drv.h46 struct clk *clk_pll0; member
/kernel/linux/linux-6.6/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

Completed in 8 milliseconds