Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/display/
A Dintel,keembay-display.yaml33 - const: clk_pll0
65 clock-names = "clk_lcd", "clk_pll0";
/linux/drivers/gpu/drm/sun4i/
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()
A Dsun8i_hdmi_phy_clk.c150 parents[0] = __clk_get_name(phy->clk_pll0); in sun8i_phy_clk_create()
A Dsun8i_dw_hdmi.h170 struct clk *clk_pll0; member
/linux/drivers/gpu/drm/kmb/
A Dkmb_drv.c51 kmb->kmb_clk.clk_pll0 = devm_clk_get(dev, "clk_pll0"); in kmb_initialize_clocks()
52 if (IS_ERR(kmb->kmb_clk.clk_pll0)) { in kmb_initialize_clocks()
54 return PTR_ERR(kmb->kmb_clk.clk_pll0); in kmb_initialize_clocks()
56 kmb->sys_clk_mhz = clk_get_rate(kmb->kmb_clk.clk_pll0) / 1000000; in kmb_initialize_clocks()
A Dkmb_drv.h46 struct clk *clk_pll0; member

Completed in 9 milliseconds